   function PopupPic(sPicURL, ref) 
   { 
     window.open( "showpic.asp?picUrl="+sPicURL+"&ref="+ ref, "",  
     "resizable=0,HEIGHT=200,WIDTH=200"); 
   }