<!--<!--function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);// -->function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}var div_aperto;function MM_showHideLayers() { //v3.0  div_aperto = null;  var i,p,v,obj,args=MM_showHideLayers.arguments;  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];    if (v=='show') {	   div_aperto = obj;		}    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }    obj.visibility=v;   }  //hideAllDivs();}//-->function hideAllDivs() {  divs = document.getElementsByTagName("div");  if (divs!=null)	{    if (divs.length>1)       for (i=0;i<divs.length ;i++ ){		if (divs[i]!=div_aperto){			divs[i].style.visibility = 'hidden';		}	  }  }}function selection(url_path,name,w,h) {  agent = navigator.userAgent;  if (agent.toUpperCase().indexOf("MOZILLA/3.01 (MAC") > -1)    location = url_path;  else {    max =window.open(url_path,name,'width=' + w +' ,height=' + h +' ,top=100,left=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');	max.focus()  }}var chiudi_menu = 0;function chiudi() {  if (chiudi_menu==0) {	 chiudi_menu=1;	 setTimeout('chiudi();',1000);  }  else {	 chiudi_menu = 0;	 if (isopen1==0)       MM_showHideLayers('menutwo','','hide');   }}var isopen=1;var menu_close="";function chiudi1() {  if (chiudi_menu==0) {	 chiudi_menu=1;	 //setTimeout('chiudi1();',1000);	 setTimeout('chiudi1();',500);  }  else {	 chiudi_menu = 0;	 if (isopen1==0) {		//obj=document.getElementById("menurigaone");		//alert(obj);        MM_showHideLayers(menu_close,'','hide'); 		isopen=1;	 }  }}function hiLite(imgDocID,imgObjName) {        //if (version == "1") {             document.images[imgDocID].src = eval(imgObjName + ".src");			 //event.srcElement.src = eval(imgObjName + ".src")           //}}