// JavaScript Document
   function PopupPic(sPicURL) {
     window.open( "popup.php?"+sPicURL, "",  
     "resizable=0,HEIGHT=0,WIDTH=0");
   }
