Normal1 = new Image ();
		Normal1.src = "buttons/land.png";
		Highlight1 = new Image ();
		Highlight1.src = "buttons/landh.png";
		
		Normal2 = new Image ();
		Normal2.src = "buttons/flug.png";
		Highlight2 = new Image ();
		Highlight2.src = "buttons/flugh.png";		
		
		Normal3 = new Image ();
		Normal3.src = "buttons/reisen.png";
		Highlight3 = new Image ();
		Highlight3.src = "buttons/reisenh.png";			
		
		Normal4 = new Image ();
		Normal4.src = "buttons/allg1.png";
		Highlight4 = new Image ();
		Highlight4.src = "buttons/allg1h.png";	

		Normal5 = new Image ();
		Normal5.src = "buttons/bus.png";
		Highlight5 = new Image ();
		Highlight5.src = "buttons/bush.png";	
		
		Normal6 = new Image ();
		Normal6.src = "buttons/auto.png";
		Highlight6 = new Image ();
		Highlight6.src = "buttons/autoh.png";			
		
		Normal7 = new Image ();
		Normal7.src = "buttons/sonstiges.png";
		Highlight7 = new Image ();
		Highlight7.src = "buttons/sonstigesh.png";

		Normal8 = new Image ();
		Normal8.src = "buttons/wat.png";
		Highlight8 = new Image ();
		Highlight8.src = "buttons/wath.png";	

		Normal9 = new Image ();
		Normal9.src = "buttons/allg2.png";
		Highlight9 = new Image ();
		Highlight9.src = "buttons/allg2h.png";	
		
		Normal10 = new Image ();
		Normal10.src = "buttons/visa.png";
		Highlight10 = new Image ();
		Highlight10.src = "buttons/visah.png";	
		
		Normal11 = new Image ();
		Normal11.src = "buttons/versicherung.png";
		Highlight11 = new Image ();
		Highlight11.src = "buttons/versicherungh.png";	
		
		Normal12 = new Image ();
		Normal12.src = "buttons/iep.png";
		Highlight12 = new Image ();
		Highlight12.src = "buttons/ieph.png";	
		
		Normal13 = new Image ();
		Normal13.src = "buttons/buchen.png";
		Highlight13 = new Image ();
		Highlight13.src = "buttons/buchenh.png";	
		
		Normal14 = new Image ();
		Normal14.src = "buttons/about.png";
		Highlight14 = new Image ();
		Highlight14.src = "buttons/abouth.png";	
		
		Normal15 = new Image ();
		Normal15.src = "buttons/kontakt.png";
		Highlight15 = new Image ();
		Highlight15.src = "buttons/kontakth.png";

		Normal16 = new Image ();
		Normal16.src = "buttons/impress.png";
		Highlight16 = new Image ();
		Highlight16.src = "buttons/impressh.png";

		function Bildwechsel(Bildnr,Bildobjekt) {
			window.document.images[Bildnr].src = Bildobjekt.src;
		}
