
	
	
	
	
	
var win=null;
function aplient(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):0;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-0)):0;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:0;mytop=(screen.height)?(screen.height-h)/2:0;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=0}
settings="width=" + 550 + ",height=" + 255 + ",top=" + 200 + ",left=" + 280 + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->

