
//******************* Attitude SRL  - file.js*******************//
////////////////////////////////////////////////////////////////////////////////////////

// rollover eseguiti sul menu delle tools (vedi il menu pił alto collegato in pagina)

{
  tools1= new Image(); tools1.src = "images/menu/job_off.gif";
  tools1on = new Image(); tools1on.src = "images/menu/job_on.gif";

  tools2= new Image(); tools2.src = "images/menu/dove_off.gif";
  tools2on = new Image(); tools2on.src = "images/menu/dove_on.gif";
  
  tools3= new Image(); tools3.src = "images/menu/contatti_off.gif";
  tools3on = new Image(); tools3on.src = "images/menu/contatti_on.gif";

  tools4= new Image(); tools4.src = "images/menu/home_off.gif";
  tools4on = new Image(); tools4on.src = "images/menu/home_on.gif";

// rollover eseguito sulla freccia presente in home page  

  freccia1= new Image(); freccia1.src = "images/freccia_off.gif";
  freccia1on = new Image(); freccia1on.src = "images/freccia_on.gif";

  freccia2= new Image(); freccia2.src = "images/freccia_off.gif";
  freccia2on = new Image(); freccia2on.src = "images/freccia_on.gif";

  freccia3= new Image(); freccia3.src = "images/freccia_off.gif";
  freccia3on = new Image(); freccia3on.src = "images/freccia_on.gif";
  
  freccia4= new Image(); freccia4.src = "images/freccia_off.gif";
  freccia4on = new Image(); freccia4on.src = "images/freccia_on.gif";
  
// rollover eseguiti sul menu principale

  menu1= new Image(); menu1.src = "images/menu/azienda_off.gif";
  menu1on = new Image(); menu1on.src = "images/menu/azienda_on.gif";

  menu2= new Image(); menu2.src = "images/menu/servizi_off.gif";
  menu2on = new Image(); menu2on.src = "images/menu/servizi_on.gif";

  menu3= new Image(); menu3.src = "images/menu/prodotti_off.gif";
  menu3on = new Image(); menu3on.src = "images/menu/prodotti_on.gif";
  
  menu4= new Image(); menu4.src = "images/menu/news_off.gif";
  menu4on = new Image(); menu4on.src = "images/menu/news_on.gif";
    
  menu5= new Image(); menu5.src = "images/menu/home2_off.gif";
  menu5on = new Image(); menu5on.src = "images/menu/home2_on.gif";
  
  menu6= new Image(); menu6.src = "images/menu/press_off.gif";
  menu6on = new Image(); menu6on.src = "images/menu/press_on.gif";  
}

function imageChange(imageID,imageName) {
   document.images[imageID].src = eval(imageName + ".src");
}

///////////////////////////////////////////////////////////////////////////////////////
//*********************** file.js ***********************//