{

// rollover eseguiti su i collegamenti presneti nei prodotti in primo piano

// Blocco verde //
  vis1= new Image(); vis1.src = "images/vis_verde_off.gif";
  vis1on = new Image(); vis1on.src = "images/vis_verde_on.gif";
// Blocco rosso //
  vis2= new Image(); vis2.src = "images/vis_rosso_off.gif";
  vis2on = new Image(); vis2on.src = "images/vis_rosso_on.gif";
// Blocco blu //
  vis3= new Image(); vis3.src = "images/vis_blu_off.gif";
  vis3on = new Image(); vis3on.src = "images/vis_blu_on.gif";
// Blocco viola //
  vis4= new Image(); vis4.src = "images/vis_viola_off.gif";
  vis4on = new Image(); vis4on.src = "images/vis_viola_on.gif";
// Blocco arancio //	
  vis5= new Image(); vis5.src = "images/vis_arancio_off.gif";
  vis5on = new Image(); vis5on.src = "images/vis_arancio_on.gif";
// Blocco vino //	
  vis6= new Image(); vis6.src = "images/vis_vino_off.gif";
  vis6on = new Image(); vis6on.src = "images/vis_vino_on.gif";

// rollover eseguito solo per l'accedi alla sezione 
  acc1= new Image(); acc1.src = "images/accedi_off.gif";
  acc1on = new Image(); acc1on.src = "images/accedi_on.gif";
  acc2= new Image(); acc2.src = "images/accedi_off.gif";
  acc2on = new Image(); acc2on.src = "images/accedi_on.gif";
  acc3= new Image(); acc3.src = "images/accedi_photo_off.gif";
  acc3on = new Image(); acc3on.src = "images/accedi_photo_on.gif";


}

function imageChange(imageID,imageName) {

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

}	
