function PopupPic(sPicURL) {
 window.open( "pop.html?"+sPicURL, "poppic","resizable=0,height=20,width=20,Left=20%,Top=20%");
}