Normal1 = new Image(); 
Normal1.src = "pics/SHauptseite.gif";
  Highlight1 = new Image(); 
  Highlight1.src = "pics/WHauptseite.gif";

Normal2 = new Image(); 
Normal2.src = "pics/SAktuell.gif";
  Highlight2 = new Image(); 
  Highlight2.src = "pics/WAktuell.gif";

Normal3 = new Image(); 
Normal3.src = "pics/STermine.gif";
  Highlight3 = new Image(); 
  Highlight3.src = "pics/WTermine.gif";

Normal4 = new Image(); 
Normal4.src = "pics/SKursaktivitaeten.gif";
  Highlight4 = new Image(); 
  Highlight4.src = "pics/WKursaktivitaeten.gif";

Normal5 = new Image(); 
Normal5.src = "pics/SParamente.gif";
  Highlight5 = new Image(); 
  Highlight5.src = "pics/WParamente.gif";

Normal6 = new Image(); 
Normal6.src = "pics/SGalerie.gif";
  Highlight6 = new Image(); 
  Highlight6.src = "pics/WGalerie.gif";

Normal7 = new Image(); 
Normal7.src = "pics/SVita.gif";
  Highlight7 = new Image(); 
  Highlight7.src = "pics/WVita.gif";

Normal8 = new Image(); 
Normal8.src = "pics/SLinks.gif";
  Highlight8 = new Image(); 
  Highlight8.src = "pics/WLinks.gif";

Normal9 = new Image(); 
Normal9.src = "pics/SKontakt.gif";
  Highlight9 = new Image(); 
  Highlight9.src = "pics/WKontakt.gif";

  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }
