var WD="";
function Nw(WP,WN,Mhaba,Mtaka,scroll,iti){
if(iti=="random"){Liti=(screen.width)?Math.floor(Math.random()*(screen.width-Mhaba)):100;Titi=(screen.height)?Math.floor(Math.random()*((screen.height-Mtaka)-75)):100;}
if(iti=="center"){Liti=(screen.width)?(screen.width-Mhaba)/2:100;Titi=(screen.height)?(screen.height-Mtaka)/2:100;}
else if((iti!="center" && iti!="random") || iti==""){Liti=0;Titi=20}
Kimari='width='+Mhaba+',height='+Mtaka+',top='+Titi+',left='+Liti+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=yes,toolbar=no,resizable=yes';
WD=window.open(WP,WN,Kimari);
}
