   function PopupPic(sPicURL) {
     window.open( "imageviewer.html?"+sPicURL, "",  
     "resizable=1,statusbar=0,HEIGHT=200,WIDTH=200");
   }