var affInterfaceOptions = '&pr_code=7XKoRlSA115x9PRBOcg7pt1b88w3P0&cols=4&rows=6&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.mytemplatestorage.com/codes/'+file+'.php?'+options+'"><'+'/script>');
}
function Popup(url){
window.open(
url,
'window',
'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;

