   function popImage(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=0,HEIGHT=650,WIDTH=650,LEFT=50,TOP=50"); 
   }
  