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