		{

		alt0 = new Image();
		alt0.src = "images/bottone_home.jpg";

		alt1 = new Image();
		alt1.src = "images/bottone_home_d.jpg";

		alt2 = new Image();
		alt2.src = "images/bottone_compagnia.jpg";

		alt3 = new Image();
		alt3.src = "images/bottone_compagnia_d.jpg";

		alt4 = new Image();
		alt4.src = "images/bottone_cast.jpg";

		alt5 = new Image();
		alt5.src = "images/bottone_cast_d.jpg";

		alt6 = new Image();
		alt6.src = "images/bottone_spettacoli.jpg";

		alt7 = new Image();
		alt7.src = "images/bottone_spettacoli_d.jpg";

		alt8 = new Image();
		alt8.src = "images/bottone_gallery.jpg";

		alt9 = new Image();
		alt9.src = "images/bottone_gallery_d.jpg";

		alt10 = new Image();
		alt10.src = "images/bottone_ada.jpg";

		alt11 = new Image();
		alt11.src = "images/bottone_ada_d.jpg";

		alt12 = new Image();
		alt12.src = "images/bottone_news.jpg";

		alt13 = new Image();
		alt13.src = "images/bottone_news_d.jpg";

		alt14 = new Image();
		alt14.src = "images/bottone_stampa.jpg";

		alt15 = new Image();
		alt15.src = "images/bottone_stampa_d.jpg";

		alt16 = new Image();
		alt16.src = "images/bottone_blog.jpg";

		alt17 = new Image();
		alt17.src = "images/bottone_blog_d.jpg";

		alt18 = new Image();
		alt18.src = "images/bottone_contatti.jpg";

		alt19 = new Image();
		alt19.src = "images/bottone_contatti_d.jpg";

		alt20 = new Image();
		alt20.src = "images/bottone_sponsor.jpg";

		alt21 = new Image();
		alt21.src = "images/bottone_sponsor_d.jpg";

		alt22 = new Image();
		alt22.src = "images/bottone_video.jpg";

		alt23 = new Image();
		alt23.src = "images/bottone_video_d.jpg";
		}


		function imageChange(imageID,imageName) {

		{
		document.images[imageID].src = eval(imageName + ".src");
		}

		}
