	  Normal1 = new Image();
	  Normal1.src = "_layout/home1.gif";
	  Highlight1 = new Image();
	  Highlight1.src = "_layout/home2.gif";

	  Normal2 = new Image();
	  Normal2.src = "_layout/profil1.gif";
	  Highlight2 = new Image();
	  Highlight2.src = "_layout/profil2.gif";

  	  Normal3 = new Image();
	  Normal3.src = "_layout/angebot1.gif";
	  Highlight3 = new Image();
	  Highlight3.src = "_layout/angebot2.gif";

	  Normal4 = new Image();
	  Normal4.src = "_layout/gfk1.gif";
	  Highlight4 = new Image();
	  Highlight4.src = "_layout/gfk2.gif";

	  Normal5 = new Image();
	  Normal5.src = "_layout/fahrzeugausbau1.gif";
	  Highlight5 = new Image();
	  Highlight5.src = "_layout/fahrzeugausbau2.gif";

	  Normal6 = new Image();
	  Normal6.src = "_layout/vakuum1.gif";
	  Highlight6 = new Image();
	  Highlight6.src = "_layout/vakuum2.gif";

	  Normal7 = new Image();
	  Normal7.src = "_layout/referenzen1.gif";
	  Highlight7 = new Image();
	  Highlight7.src = "_layout/referenzen2.gif";

	  Normal8 = new Image();
	  Normal8.src = "_layout/kontakt1.gif";
	  Highlight8 = new Image();
	  Highlight8.src = "_layout/kontakt2.gif";

	  Normal9 = new Image();
	  Normal9.src = "_layout/jobs1.gif";
	  Highlight9 = new Image();
	  Highlight9.src = "_layout/jobs2.gif";

	  Normal10 = new Image();
	  Normal10.src = "_layout/impressum1.gif";
	  Highlight10 = new Image();
	  Highlight10.src = "_layout/impressum2.gif";


	  function Bildwechsel(Bildnr,Bildobjekt) {
 	    window.document.images[Bildnr].src = Bildobjekt.src;
	  }
