// JavaScript Document
function PopupPic(sPicURL) {
     window.open( "../immagini/foto/popup.html?"+sPicURL, "", "resizable=0,HEIGHT=200,WIDTH=200,top=1,left=1,scrollbars=yes");
   }
