<!--
<!--hide this script from non-javascript-enabled browsers

/* Function that displays status bar messages. */
function MM_displayStatusMsg(msgStr)  { //v3.0
	status=msgStr; document.MM_returnValue = true;
}

function changeStyleById(id){
if (document.getElementById)
   {
   var nodeObj = document.getElementById(id)
   nodeObj.style.borderBottom = '2px solid #2A2127';
   }
}

function RechangeStyleById(id){
if (document.getElementById)
   {
   var nodeObj = document.getElementById(id)
   nodeObj.style.borderBottom = '2px solid #987F55';
   }
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//PER APRIRE LA PAGINE DA FLASH
function openNewWindow(URLtoOpen, windowName, windowFeatures) { 
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}


//PER VISUALIZZARE IL MENU DI SECONDO LIVELLO
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
//-->
