// JS. scripts by T-PI.com

if(window!=top){top.location.href=location.href;}

var pw=null;

function pWin(ppg,w,h,scroll,res){
 if(w==0){ w=screen.width-64; var winl=32;} else {var winl=((screen.width-w)/2)-14;}
 if(h==0){ h=screen.height-128; var wint=32;} else {var wint=((screen.height-h)/2)-50;}
 var set='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable='+res ;
 pw=window.open(ppg,'psWin',set);
 if(parseInt(navigator.appVersion)>=4){pw.window.focus();}
}

// window.defaultStatus=":: <?=addslashes(strip_tags($pageTitle))?> ::";
