var affInterfaceOptions = '&pr_code=jM9a2U1TA9n8Si37HkH9cjRaR8QhSV&cols=3&rows=5&shop=n3-blue&sp=20';

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!="完成" ?
		"下載中..." : window.defaultStatus;
}
document.onreadystatechange = HideStatus;
