window.onload=function(){MM_resize(attivo);self.focus()};
var attivo = 'messaggio';


  function visibile(id) { 
//document.getElementById(id).style.overflow = 'visible';
document.getElementById(id).style.visibility = 'visible';
  }
    function nascosto(id) { //v6.0
//document.getElementById(id).style.overflow = 'hidden';
document.getElementById(id).style.visibility = 'hidden';
  }
  
function ExpAltro() 
{
var XPRE= document.getElementById("originealtro");

if(document.form1.origine.options[document.form1.origine.selectedIndex].value=="altro"){
	
	XPRE.style.display='block';
	}else{
	XPRE.style.display='none';
	}

}
function ExpAltro2() 
{
var XPRE= document.getElementById("settorealtro");

if(document.form1.settore.options[document.form1.settore.selectedIndex].value=="altro"){
	
	XPRE.style.display='block';
	}else{
	XPRE.style.display='none';
	}

}

function ExpAltro3() 
{
var XPRE= document.getElementById("processorealtro");

if(document.form1.processore_preferenziale.options[document.form1.processore_preferenziale.selectedIndex].value=="altro"){
	
	XPRE.style.display='block';
	}else{
	XPRE.style.display='none';
	}

}