function PopupPic(sPicURL) { 

     window.open( "popup.html?"+sPicURL, "",  

     "resizable=1,HEIGHT=295,WIDTH=600,Left=80%,Top=80%"); 

   } 

