function PopupPic(sPicURL) {
window.open( "/popup.html?"+sPicURL, "bigpicturewindow",  
"resizable=1,scrollbars=no, height=600,width=430");
   }
