function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=0,WIDTH=300,HEIGHT=150,left = 15,top = 15'"); 
   } 