
	dasmusical1 = new Image();
	dasmusical1.src="static_img/dasmusical1.gif"; 
	dasmusical2 = new Image();
	dasmusical2.src="static_img/dasmusical2.gif"; 
	
	aktuelles1 = new Image();
	aktuelles1.src="static_img/aktuelles1.gif";
	aktuelles2 = new Image();
	aktuelles2.src="static_img/aktuelles2.gif";
	
	tourdaten1 = new Image();
	tourdaten1.src="static_img/tourdaten1.gif"; 
	tourdaten2 = new Image();
	tourdaten2.src="static_img/tourdaten2.gif"; 
	
	tickets1 = new Image();
	tickets1.src="static_img/tickets1.gif";
	tickets2 = new Image();
	tickets2.src="static_img/tickets2.gif";
	
	galerie1 = new Image();
	galerie1.src="static_img/galerie1.gif";
	galerie2 = new Image();
	galerie2.src="static_img/galerie2.gif";
	
	team1 = new Image();
	team1.src="static_img/team1.gif";
	team2 = new Image();
	team2.src="static_img/team2.gif";
	
	pressespiegel1 = new Image();
	pressespiegel1.src="static_img/pressespiegel1.gif";
	pressespiegel2 = new Image();
	pressespiegel2.src="static_img/pressespiegel2.gif";
	
	partner1 = new Image();
	partner1.src="static_img/partner1.gif"; 
	partner2 = new Image();
	partner2.src="static_img/partner2.gif";
	
	gaestebuch1 = new Image();
	gaestebuch1.src="static_img/gaestebuch1.gif";
	gaestebuch2 = new Image();
	gaestebuch2.src="static_img/gaestebuch2.gif";
	
	kontakt1 = new Image();
	kontakt1.src="static_img/kontakt1.gif";
	kontakt2 = new Image();
	kontakt2.src="static_img/kontakt2.gif";
	
	impressum1 = new Image();
	impressum1.src="static_img/impressum1.gif";
	impressum2 = new Image();
	impressum2.src="static_img/impressum2.gif";
	
	cdrom1 = new Image();
	cdrom1.src="static_img/cdrom1.gif";
	cdrom2 = new Image();
	cdrom2.src="static_img/cdrom2.gif";
	
	bestabschliessen1 = new Image();
	bestabschliessen1.src="static_img/bestabschliessen1.gif";
	bestabschliessen2 = new Image();
	bestabschliessen2.src="static_img/bestabschliessen2.gif";
	
	absenden1 = new Image();
	absenden1.src="static_img/absenden1.gif";
	absenden2 = new Image();
	absenden2.src="static_img/absenden2.gif";
	
	eintragen1 = new Image();
	eintragen1.src="static_img/gbeintrag1.gif";
	eintragen2 = new Image();
	eintragen2.src="static_img/gbeintrag2.gif";
	
	function light(bildname,bildquelle){
		if (bildname != aktiv){
		document.images[bildname].src = eval(bildquelle + ".src");
		}
	}
	
	

