function popWin(url) 
 {
 myWindow=window.open(url,"NewWindow","toolbar=0,location=0,directories=0,fullscreen=1,status=0,menubar=0,scrollbars=1,copyhistory=0,width=900,height=800");
myWindow.location = url;
 }
