	Normal1 = new Image();
	Normal1.src = "buttonbilder/home1.gif";    
	Highlight1 = new Image();
	Highlight1.src = "buttonbilder/home.gif";

	Normal2 = new Image();
	Normal2.src = "buttonbilder/products1.gif";    
	Highlight2 = new Image();
	Highlight2.src = "buttonbilder/products.gif";

	function Bildwechsel (Bild, Bildobjekt) {
		window.document.images[Bild].src = Bildobjekt.src;
	}


