// Bildwechsel Startseite non-flash Content

			Normal1 = new Image();
			Normal1.src = "/img/layout/frisch_nor.jpg";
			Highlight1 = new Image();
			Highlight1.src = "/img/layout/frisch_ov.jpg";
			
			Normal2 = new Image();
			Normal2.src = "/img/layout/frostig_nor.jpg";
			Highlight2 = new Image();
			Highlight2.src = "/img/layout/frostig_ov.jpg";
			
			function Bildwechsel (Bildnr, Bildobjekt) {
			  window.document.images[Bildnr].src = Bildobjekt.src;
			}
