var affInterfaceOptions = '&pr_code=7yb8ZO0UIw5391p4iEWS12jX4w0VEq&cols=3&rows=4&shop=z2-deepSky';

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;



function loadtime(){
		str ="";
		str="<SELECT name=\"category\" class=\"login\">"+
                                    "<OPTION  style=\"color:gray\">-any-</OPTION>";  		
		for(category_id in categories)	{	
				str+='<OPTION value="'+category_id+'">'+categories[category_id]+'</OPTION>';
			}
			str+="</select>"			
		 document.getElementById("optid").innerHTML=str;							
	}		