function PopupPic(sPicURL) {
     window.open( "blank.html?"+sPicURL, "",  
     "top=10,left=10,resizable=1,HEIGHT=100,WIDTH=100");
   }
