// Dynamische Buttons

	Normal1 = new Image();
	Normal1.src = "../img/buttons/button1.jpg";	     
	Highlight1 = new Image();
	Highlight1.src = "../img/buttons/button1h.jpg";
	
	Normal2 = new Image();
	Normal2.src = "../img/buttons/button2.jpg";
	Highlight2 = new Image();
	Highlight2.src = "../img/buttons/button2h.jpg";
	
	Normal3 = new Image();
	Normal3.src = "../img/buttons/button3.jpg";
	Highlight3 = new Image();
	Highlight3.src = "../img/buttons/button3h.jpg";
	
	Normal4 = new Image();
	Normal4.src = "../img/buttons/button4.jpg";
	Highlight4 = new Image();
	Highlight4.src = "../img/buttons/button4h.jpg";
	
	Normal5 = new Image();
	Normal5.src = "../img/buttons/button5.jpg";
	Highlight5 = new Image();
	Highlight5.src = "../img/buttons/button5h.jpg";
	
	Normal6 = new Image();
	Normal6.src = "../img/buttons/button6.jpg";
	Highlight6 = new Image();
	Highlight6.src = "../img/buttons/button6h.jpg";
	
	Normal7 = new Image();
	Normal7.src = "../img/buttons/button7.jpg";
	Highlight7 = new Image();
	Highlight7.src = "../img/buttons/button7h.jpg";
	
	Normal8 = new Image();
	Normal8.src = "../img/buttons/button8.jpg";
	Highlight8 = new Image();
	Highlight8.src = "../img/buttons/button8h.jpg";
	
// funktion cb = change button
	function cb(Picnr, Pic) {
	 window.document.images[Picnr].src = Pic.src;
	}
