
<!--
<!--

// rev03.29.1999 -- DO NOT MODIFY! -- Begin date display function with y2k compatibility



//NAVIGATION MENU 
if (navigator.appName == "Netscape") {
	layerRef="document.layers";
  	styleSwitch="";
    }
		
		
		 else {
    	layerRef="document.all";
    	styleSwitch=".style";
    }

function showLayer(layerName) {
 	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
}
  	
function hideLayer(layerName) {
	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
}


ns=0;
layerRef="document.all"
styleSwitch=".style"
if (navigator.appName == "Netscape") {
	ns=1;
	layerRef="document.layers"
  	styleSwitch=""

}

menutop=42;
if (ns) menutop=42;

function sety(layerName,y) {
 	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top='+y);
}

//-->





function finestra(immagine,larghezza,altezza)

{
        ApriFinestra = window.open(immagine,'da_aprire','scrollbars=no,resizable=no,status=no,location=no,toolbar=no,width='+larghezza+',height='+altezza);

}