<!-- hide from old browsers
/*************************************************************************
    
*************************************************************************/
function ViewFoto(Foto, Capt,Id,Sez,Tipo)
   {
	 apri = window.open('Pic.php?Percorso='+Foto+'&Sez='+Sez+'&Id='+Id+'&Tipo='+Tipo+'&Caption='+Capt+'','foto','scrollbars=no,resizable=no,width=500,height=350, left=50, top=20,status=no,location=no,toolbar=no');
//alert( 'Pic.php?Percorso='+Foto+'&Sez='+Sez+'&Id='+Id+'&Tipo='+Tipo+'&Caption='+Capt+'','foto','scrollbars=no,resizable=no,width=500,height=350, left=50, top=20,status=no,location=no,toolbar=no');
 }
 
 function Evidenzia(DaEv,DaEv2) {
if (document.layers) {
		alert('sorry, no pretty layouts for netscape 4');
	}
	else if (document.getElementById) {
		MItem = document.getElementById(DaEv);
		if (MItem!=null) {
		MItem.style.background = 'transparent url(/img/back-menu-h.gif) no-repeat';
		MItem.style.color = '#162722';
		}
		MItem2 = document.getElementById(DaEv2);
		if (MItem2!=null) {
		MItem2.style.fontWeight= 'bold';
		MItem2.style.textDecoration= 'none';
		}
	}
} 
 
// stop hiding -->
