function PopupPic(sPicURL) {
   window.open("showphoto.asp?"+sPicURL, "","resizable=1,HEIGHT=400,WIDTH=400");
 }