function PopupPic(sPicURL) { 
     window.open("popup.php?"+sPicURL, "",  
     "menubar=0,status=0,toolbar=0,location=0,resizable=1,HEIGHT=200,WIDTH=200"); 
   } 

