   function PopupPic(sPicURL) { 
     window.open( "pop.html?"+sPicURL, "", "resizable=1,height=200,width=200,status=no,toolbar=no,scrollbars=no,location=no"); 
   } 
