<!-- hide from old browsers
/*************************************************************************
    
*************************************************************************/
function ViewFoto(Foto, Capt)
   {
	 apri = window.open('Pic.php?Percorso='+Foto+'&Caption='+Capt+'','foto','scrollbars=no,resizable=no,width=652,height=530, left=100, top=50,status=no,location=no,toolbar=no');
 }
 
// stop hiding -->