var affInterfaceOptions = '&pr_code=BwezZ1l7N8LNcFErO2AhO6IjjN81CW&cols=3&rows=4&shop=z1-gray-green';

function IncludeAffInterface(options,file){
	if(!file) file = 'pr_interface';
	options = affInterfaceOptions + (options ? '&'+options : '');
	document.write('<SCRIPT type="text/javascript" language="JavaScript" src="http://www.mytemplatestorage.com/codes/'+file+'.php?'+options+'"><'+'/SCRIPT>');
}

function Popup(url){
	window.open(
		url,
		'window',
		'width=600, height=600, resizable=yes, scrollbars=yes, location=no,  toolbar=no, menubar=no, status=no'
	);
}
// Hide "www.mytemplatestorage.com" from status bar
function HideStatus(){
	window.status = document.readyState!="complete" ?
		"Loading..." : window.defaultStatus;
}
document.onreadystatechange = HideStatus;

function sampleView(type , id, params){
	window.open('http://'+'www.templatehelp.com'+'/pr_sampleView.php?'+ type +'=' + id+'&'+'pr_code='+'BwezZ1l7N8LNcFErO2AhO6IjjN81CW', 'sView', 'scrollbars=yes' + (params ? ', ' + params : ''))
}
