{

  menu1= new Image(); menu1.src = "img/storia.jpg";
  menu1on = new Image(); menu1on.src = "img/storia_over.jpg";

  menu2= new Image(); menu2.src = "img/settori.jpg";
  menu2on = new Image(); menu2on.src = "img/settori_over.jpg";

  menu3= new Image(); menu3.src = "img/certificazioni.jpg";
  menu3on = new Image(); menu3on.src = "img/certificazioni_over.jpg";

  menu4= new Image(); menu4.src = "img/contatti.jpg";
  menu4on = new Image(); menu4on.src = "img/contatti_over.jpg";

  menu5= new Image(); menu5.src = "img/news.jpg";
  menu5on = new Image(); menu5on.src = "img/news_over.jpg";

  menu6= new Image(); menu6.src = "img/tit_tecnologie_off.gif";
  menu6on = new Image(); menu6on.src = "img/tit_tecnologie_on.gif";
  
  menu7= new Image(); menu7.src = "img/tit_ufficio_off.gif";
  menu7on = new Image(); menu7on.src = "img/tit_ufficio_on.gif";

  menu8= new Image(); menu8.src = "img/tit_reparti_off.gif";
  menu8on = new Image(); menu8on.src = "img/tit_reparti_on.gif";

  menu9= new Image(); menu9.src = "img/prodotti.jpg";
  menu9on = new Image(); menu9on.src = "img/prodotti_over.jpg";

  menu10= new Image(); menu10.src = "img/servizi.jpg";
  menu10on = new Image(); menu10on.src = "img/servizi_over.jpg";

  menu12= new Image(); menu12.src = "img/profilo_aziendale_04.gif";
  menu12on = new Image(); menu12on.src = "img/profilo_aziendale_over_04.gif";

  menu13= new Image(); menu13.src = "img/tit_dps_off.gif";
  menu13on = new Image(); menu13on.src = "img/tit_dps_on.gif";

  menu14= new Image(); menu14.src = "img/tit_dpi_off.gif";
  menu14on = new Image(); menu14on.src = "img/tit_dpi_on.gif";

  menu15= new Image(); menu15.src = "img/tit_download_off.gif";
  menu15on = new Image(); menu15on.src ="img/tit_download_on.gif";

  menu16= new Image(); menu16.src = "img/tit_areariservata_off.gif";
  menu16on = new Image(); menu16on.src ="img/tit_areariservata_on.gif";

  menuset11= new Image(); menuset11.src = "img/tit_veicolistico_off.gif";
  menuset11on = new Image(); menuset11on.src = "img/tit_veicolistico_on.gif";

  menuset12= new Image(); menuset12.src = "img/tit_biomedicale_off.gif";
  menuset12on = new Image(); menuset12on.src ="img/tit_biomedicale_on.gif";

  menuset13= new Image(); menuset13.src = "img/tit_depurazione_off.gif";
  menuset13on = new Image(); menuset13on.src ="img/tit_depurazione_on.gif";

  menuset14= new Image(); menuset14.src = "img/tit_copertura_off.gif";
  menuset14on = new Image(); menuset14on.src ="img/tit_copertura_on.gif";

  menuset15= new Image(); menuset15.src = "img/tit_dove_off.gif";
  menuset15on = new Image(); menuset15on.src ="img/tit_dove_on.gif";

  menuset16= new Image(); menuset16.src = "img/tit_email_off.gif";
  menuset16on = new Image(); menuset16on.src ="img/tit_email_on.gif";

  menuset17= new Image(); menuset17.src = "img/spicchio_italia_off.gif";
  menuset17on = new Image(); menuset17on.src ="img/spicchio_italia_on.gif";

  menuset18= new Image(); menuset18.src = "img/spicchio_inglese_off.gif";
  menuset18on = new Image(); menuset18on.src ="img/spicchio_inglese_on.gif";




}

function imageChange(imageID,imageName) {

  {
   document.images[imageID].src = eval(imageName + ".src");
  }

}