if (document.images) {
  image1on = new Image();
  image1on.src = "http://www.turistipercaso.it//imgTpc/testata/viaggi_on.gif";
  image2on = new Image();
  image2on.src = "http://www.turistipercaso.it//imgTpc/testata/posta_on.gif";
  image3on = new Image();
  image3on.src = "http://www.turistipercaso.it//imgTpc/testata/forum_on.gif";
  image4on = new Image();
  image4on.src = "http://www.turistipercaso.it//imgTpc/testata/guide_on.gif";
  image5on = new Image();
  image5on.src = "http://www.turistipercaso.it//imgTpc/testata/tam_on.gif";
  image6on = new Image();
  image6on.src = "http://www.turistipercaso.it/imgTpc/testata/bacheca_on.gif";
  image7on = new Image();
  image7on.src = "http://www.turistipercaso.it/imgTpc/testata/gallery_on.gif";
  image8on = new Image();
  image8on.src = "http://www.turistipercaso.it/imgTpc/testata/cucina_on.gif";
  image9on = new Image();
  image9on.src = "http://www.turistipercaso.it/imgTpc/testata/humore_on.gif";
  image10on = new Image();
  image10on.src = "http://www.turistipercaso.it/imgTpc/testata/utilink_on.gif";
  image11on = new Image();
  image11on.src = "http://www.turistipercaso.it/imgTpc/testata/siti_on.gif";
  image12on = new Image();
  image12on.src = "http://www.turistipercaso.it/imgTpc/testata/dillo_on.gif";
  image13on = new Image();
  image13on.src = "http://www.turistipercaso.it/imgTpc/testata/bazar_on.gif";
  image14on = new Image();
  image14on.src = "http://www.turistipercaso.it/imgTpc/testata/webtv_on.gif";

  image1off = new Image();
  image1off.src = "http://www.turistipercaso.it/imgTpc/testata/viaggi.gif";
  image2off = new Image();
  image2off.src = "http://www.turistipercaso.it/imgTpc/testata/posta.gif";
  image3off = new Image();
  image3off.src = "http://www.turistipercaso.it/imgTpc/testata/forum.gif";
  image4off = new Image();
  image4off.src = "http://www.turistipercaso.it/imgTpc/testata/guide.gif";
  image5off = new Image();
  image5off.src = "http://www.turistipercaso.it/imgTpc/testata/tam.gif";
  image6off = new Image();
  image6off.src = "http://www.turistipercaso.it/imgTpc/testata/bacheca.gif";
  image7off = new Image();
  image7off.src = "http://www.turistipercaso.it/imgTpc/testata/gallery.gif";
  image8off = new Image();
  image8off.src = "http://www.turistipercaso.it/imgTpc/testata/cucina.gif";
  image9off = new Image();
  image9off.src = "http://www.turistipercaso.it/imgTpc/testata/humore.gif";
  image10off = new Image();
  image10off.src = "http://www.turistipercaso.it/imgTpc/testata/utilink.gif";
  image11off = new Image();
  image11off.src = "http://www.turistipercaso.it/imgTpc/testata/siti.gif";
  image12off = new Image();
  image12off.src = "http://www.turistipercaso.it/imgTpc/testata/dillo.gif";
  image13off = new Image();
  image13off.src = "http://www.turistipercaso.it/imgTpc/testata/bazar.gif";
  image14off = new Image();
  image14off.src = "http://www.turistipercaso.it/imgTpc/testata/webtv.gif";
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}