﻿var affInterfaceOptions = '&pr_code=Wo1Oj6V28L3S1n0UOZ0DKE8b449BOt&cols=3&rows=4&iw=500&ih=1200';


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>');
}


var affInterfaceOptions2 = '&pr_code=Wo1Oj6V28L3S1n0UOZ0DKE8b449BOt&cols=1&rows=1&iw=500';


function IncludeAffInterface2(options,file){
	if(!file) file = 'pr_interface';
	options = affInterfaceOptions2 + (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;
