    <!--Navigation erstellt 04.03.03-->




  Normal1 = new Image();
  Normal1.src = "images/homea.gif";
  Highlight1 = new Image();
  Highlight1.src = "images/homep.gif";

  Normal2 = new Image();
  Normal2.src = "images/unterna.gif";
  Highlight2 = new Image();
  Highlight2.src = "images/unternp.gif";

  Normal3 = new Image();
  Normal3.src = "images/leista.gif";
  Highlight3 = new Image();
  Highlight3.src = "images/leistp.gif";

  Normal4 = new Image();
  Normal4.src = "images/refa.gif";
  Highlight4 = new Image();
  Highlight4.src = "images/refp.gif";

  Normal5 = new Image();
  Normal5.src = "images/standorta.gif";
  Highlight5 = new Image();
  Highlight5.src = "images/standortp.gif";


  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }