{

// Rollover.js di Cesare Roversi - Interni e arredi per sedi bancarie

// rollover eseguito per la chiusura in full screen

  close1= new Image(); close1.src = "images/close_off.gif";
  close1on = new Image(); close1on.src = "images/close_on.gif";

// rollover nella home page del sito - vedi selezione sulla modalità di visualizzazione del sito - normal o fullscreen

  visual1= new Image(); visual1.src = "images/full.gif";
  visual1on = new Image(); visual1on.src = "images/full_on.gif";

  visual2= new Image(); visual2.src = "images/normal.gif";
  visual2on = new Image(); visual2on.src = "images/normal_on.gif";


// rollover nella home page del sito - vedi selezione delle lingue

  lingua1= new Image(); lingua1.src = "images/menu/italiano_off.gif";
  lingua1on = new Image(); lingua1on.src = "images/menu/italiano_on.gif";

  lingua2= new Image(); lingua2.src = "images/menu/inglese_off.gif";
  lingua2on = new Image(); lingua2on.src = "images/menu/inglese_on.gif";

// rollover eseguiti su i quadratini presenti in home page

  quadro1= new Image(); quadro1.src = "images/quadratino_rosso.gif";
  quadro1on = new Image(); quadro1on.src = "images/quadratino_arancio.gif";
  
  quadro2= new Image(); quadro2.src = "images/quadratino_rosso.gif";
  quadro2on = new Image(); quadro2on.src = "images/quadratino_arancio.gif";
  
  quadro3= new Image(); quadro3.src = "images/quadratino_rosso.gif";
  quadro3on = new Image(); quadro3on.src = "images/quadratino_arancio.gif";
  
  quadro4= new Image(); quadro4.src = "images/quadratino_rosso.gif";
  quadro4on = new Image(); quadro4on.src = "images/quadratino_arancio.gif";
  
  quadro5= new Image(); quadro5.src = "images/quadratino_rosso.gif";
  quadro5on = new Image(); quadro5on.src = "images/quadratino_arancio.gif";
  
  quadro6= new Image(); quadro6.src = "images/quadratino_rosso.gif";
  quadro6on = new Image(); quadro6on.src = "images/quadratino_arancio.gif";
  
  quadro7= new Image(); quadro7.src = "images/quadratino_rosso.gif";
  quadro7on = new Image(); quadro7on.src = "images/quadratino_arancio.gif";

// rollover eseguiti sul menu principale

  menu1= new Image(); menu1.src = "images/menu/profilo_off.gif";
  menu1on = new Image(); menu1on.src = "images/menu/profilo_on.gif";

  menu2= new Image(); menu2.src = "images/menu/realizzazioni_off.gif";
  menu2on = new Image(); menu2on.src = "images/menu/realizzazioni_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/arredo_off.gif";
  menu4on = new Image(); menu4on.src = "images/menu/arredo_on.gif";

  menu5= new Image(); menu5.src = "images/menu/client_off.gif";
  menu5on = new Image(); menu5on.src = "images/menu/client_on.gif";

  menu6= new Image(); menu6.src = "images/menu/eventi_off.gif";
  menu6on = new Image(); menu6on.src = "images/menu/eventi_on.gif";

  menu7= new Image(); menu7.src = "images/menu/contatti_off.gif";
  menu7on = new Image(); menu7on.src = "images/menu/contatti_on.gif";
  
// rollover eseguiti nelle realizzazioni

  real1= new Image(); real1.src = "images/realizzazioni/monte_off.jpg";
  real1on = new Image(); real1on.src = "images/realizzazioni/monte_on.jpg";

  real2= new Image(); real2.src = "images/realizzazioni/brusati_off.jpg";
  real2on = new Image(); real2on.src = "images/realizzazioni/brusati_on.jpg";

  real3= new Image(); real3.src = "images/realizzazioni/xelion_off.jpg";
  real3on = new Image(); real3on.src = "images/realizzazioni/xelion_on.jpg";

  real4= new Image(); real4.src = "images/realizzazioni/reggiana_off.jpg";
  real4on = new Image(); real4on.src = "images/realizzazioni/reggiana_on.jpg";  

  real5= new Image(); real5.src = "images/realizzazioni/lodi_off.jpg";
  real5on = new Image(); real5on.src = "images/realizzazioni/lodi_on.jpg"; 
     
}

function imageChange(imageID,imageName) {

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

}
