function PopupPic(sPicURL,iWidth,iHeight) { 
     window.open( "/show_image.html?"+sPicURL, "",  
     "resizable=1,HEIGHT="+iHeight+",WIDTH="+iWidth+""); 
   } 