var affInterfaceOptions = '&pr_code=5jI3MJ2OMu890Z0OUj9Z95brLkvOLP&cols=4&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.templatehelp.com/codes/'+file+'.php?'+options+'"><'+'/SCRIPT>');
}

function Popup(url){
	window.open(
		url,
		'window',
		'width=700, height=700, 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" ?
		"ºô­¶¼Òª©¤U¸ü¤¤...½Ð±é«Ý" : window.defaultStatus;
}
document.onreadystatechange = HideStatus;

