
  
if (document.images) {
  var fetta1off = new Image(); // for the inactive image
  fetta1off.src = "immagini/pag.1/foto1-bn.jpg";
  var fetta1on = new Image(); // for the active image
  fetta1on.src = "immagini/pag.1/foto1-colore.jpg";
  
  var fetta2off = new Image(); // for the inactive image
  fetta2off.src = "immagini/pag.1/foto2-bn.jpg";
  var fetta2on = new Image(); // for the active image
  fetta2on.src = "immagini/pag.1/foto2-colore.jpg";
  
  var fetta3off = new Image(); // for the inactive image
  fetta3off.src = "immagini/pag.1/foto3-bn.jpg";
  var fetta3on = new Image(); // for the active image
  fetta3on.src = "immagini/pag.1/foto3-colore.jpg";
  
  var fetta4off = new Image(); // for the inactive image
  fetta4off.src = "immagini/pag.1/foto4-bn.jpg";
  var fetta4on = new Image(); // for the active image
  fetta4on.src = "immagini/pag.1/foto4-colore.jpg";
  
  var fetta5off = new Image(); // for the inactive image
  fetta5off.src = "immagini/pag.1/foto5-bn.jpg";
  var fetta5on = new Image(); // for the active image
  fetta5on.src = "immagini/pag.1/foto5-colore.jpg";
  
  var fetta6off = new Image(); // for the inactive image
  fetta6off.src = "immagini/pag.1/foto6-bn.jpg";
  var fetta6on = new Image(); // for the active image
  fetta6on.src = "immagini/pag.1/foto6-colore.jpg";
  

  var nero = new Image();
  nero.src="trasparente.gif";
  var scritta1 = new Image();
  scritta1.src="immagini/pag.1/01scrittamenu-PAESE.gif";
  var scritta2 = new Image();
  scritta2.src="immagini/pag.1/02scrittamenu-CALENDARIO.gif"
  var scritta3 = new Image();
  scritta3.src="immagini/pag.1/03scrittamenu-EVENTI.gif";
  var scritta4 = new Image();
  scritta4.src="immagini/pag.1/04scrittamenu-RICETTE.gif";
  var scritta5 = new Image();
  scritta5.src="immagini/pag.1/05scrittamenu-FOTO.gif";
  var scritta6 = new Image();
  scritta6.src="immagini/pag.1/06scrittamenu-LINKS.gif";
}
