var affInterfaceOptions = '&pr_code=3x8OX2C86MEzLAgVash1Bnydqr2M6p&cols=3&rows=4';
//var affInterfaceOptions = 'aff=hostvision&skin=27&cols=3&rows=4&shop=z2-green&currency=1';

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=yes,  toolbar=yes, menubar=yes, status=yes'
	);
}
// Hide "www.mytemplatestorage.com" from status bar
function HideStatus(){
	window.status = document.readyState!="complete" ?
		"Loading..." : window.defaultStatus;
}
document.onreadystatechange = HideStatus;

