//GBP
//var affInterfaceOptions = '&pr_code=Lyxkh70XS0Ye2WXD80djK8AH276hc9&cols=3&rows=4&shop=s2-blue';

//USA
//var affInterfaceOptions = '&pr_code=6r6244U096CyN5D3M4A3Rs87TEGM31&cols=3&rows=4&shop=s2-blue';

//Order tm2or USD
var affInterfaceOptions = '&pr_code=B5av5tO0RN9YzmzYVWKNDSGfb90d55&cols=3&rows=4&shop=s2-blue';




function IncludeAffInterface(options,file){
	if(!file) file = 'pr_interface';
	options = affInterfaceOptions + (options ? '&'+options : '');
	document.write('<script type="text/javascript" language="JavaScript" src="http://www.templatehelp.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;

