function inviaForm(){

if (document.FormRicerca.selezioneMOT.value == "notizie") {
  document.FormRicerca.action = "http://www.eurodesk.it/cerca_notizie.php"; }
if (document.FormRicerca.selezioneMOT.value == "eventi") {
  document.FormRicerca.action = "http://www.eurodesk.it/cerca_eventi.php"; }

document.form.submit(); 
}
