   function PopupPic(sPicURL) {
     window.open( "photo.php?"+sPicURL, "",  
     "resizable=1,HEIGHT=50,WIDTH=50,Location=no");
   }
