 function POPPOPPOP(url,x,y) { 
 window.open(url,'PopPopPop'+x+y,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+x+',height='+y+',screenX=50,screenY=50,top=50,left=50');
  }
