
  
if (document.images) {

  
  var fetta1off = new Image(); // for the inactive image
  fetta1off.src = "immagini/home/1-bn.jpg";
  var fetta1on = new Image(); // for the active image
  fetta1on.src = "immagini/home/1-colore.jpg"
  
  var fetta1off = new Image(); // for the inactive image
  fetta1off.src = "immagini/home/1-bn.jpg";
  var fetta1on = new Image(); // for the active image
  fetta1on.src = "immagini/home/1-colore.jpg";
  
  var fetta2off = new Image(); // for the inactive image
  fetta2off.src = "immagini/home/2-bn.jpg";
  var fetta2on = new Image(); // for the active image
  fetta2on.src = "immagini/home/2-colore.jpg";
  
  var fetta3off = new Image(); // for the inactive image
  fetta3off.src = "immagini/home/3-bn.jpg";
  var fetta3on = new Image(); // for the active image
  fetta3on.src = "immagini/home/3-colore.jpg";
  
  var fetta4off = new Image(); // for the inactive image
  fetta4off.src = "immagini/home/4-bn.jpg";
  var fetta4on = new Image(); // for the active image
  fetta4on.src = "immagini/home/4-colore.jpg";
  
  var fetta5off = new Image(); // for the inactive image
  fetta5off.src = "immagini/home/5-bn.jpg";
  var fetta5on = new Image(); // for the active image
  fetta5on.src = "immagini/home/5-colore.jpg";
  
  var fetta6off = new Image(); // for the inactive image
  fetta6off.src = "immagini/home/6-bn.jpg";
  var fetta6on = new Image(); // for the active image
  fetta6on.src = "immagini/home/6-colore.jpg";
  

  var nero = new Image();
  nero.src="trasparente.gif";
  var scritta1 = new Image();
  scritta1.src="immagini/home/01-scrittaPAESE.gif";
  var scritta2 = new Image();
  scritta2.src="immagini/home/02-scrittaCALENDARIO.gif"
  var scritta3 = new Image();
  scritta3.src="immagini/home/03-scrittaEVENTI.gif";
  var scritta4 = new Image();
  scritta4.src="immagini/home/04-scrittaRICETTE.gif";
  var scritta5 = new Image();
  scritta5.src="immagini/home/05-scrittaFOTO.gif";
  var scritta6 = new Image();
  scritta6.src="immagini/home/06-scrittaLINKS.gif";
}
