function cambiaInfotumore() 
{
window.location=document.getElementById("menu_infotumore").value;
}
function cambiaAiutarci() 
{
window.location=document.getElementById("menu_aiutarci").value;
}
function cambiaProgetti() 
{
window.location=document.getElementById("menu_progetti").value;
}

