   function PopupPic(sPicURL) { 
     var popup=window.open( "popup.htm?"+sPicURL, "Fotografia",  
     "resizable=1,HEIGHT=200,WIDTH=200");
     popup.focus();
   } 
