    <!--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/tiera.gif";
  Highlight3 = new Image();
  Highlight3.src = "images/tierp.gif";

  Normal4 = new Image();
  Normal4.src = "images/pflanza.gif";
  Highlight4 = new Image();
  Highlight4.src = "images/pflanzp.gif";

  Normal5 = new Image();
  Normal5.src = "images/landfla.gif";
  Highlight5 = new Image();
  Highlight5.src = "images/landflp.gif";

  Normal6 = new Image();
  Normal6.src = "images/filialepla.gif";
  Highlight6 = new Image();
  Highlight6.src = "images/filialeplp.gif";

  Normal7 = new Image();
  Normal7.src = "images/biogasanlagea.gif";
  Highlight7 = new Image();
  Highlight7.src = "images/biogasanlagep.gif";

  Normal8 = new Image();
  Normal8.src = "images/fleischereisera.gif";
  Highlight8 = new Image();
  Highlight8.src = "images/fleischereiserp.gif";

  Normal9 = new Image();
  Normal9.src = "images/dienstla.gif";
  Highlight9 = new Image();
  Highlight9.src = "images/dienstlp.gif";

  Normal10 = new Image();
  Normal10.src = "images/aktuellesa.gif";
  Highlight10 = new Image();
  Highlight10.src = "images/aktuellesp.gif";

  Normal11 = new Image();
  Normal11.src = "images/standorta.gif";
  Highlight11 = new Image();
  Highlight11.src = "images/standortp.gif";

  Normal12 = new Image();
  Normal12.src = "images/zertia.gif";
  Highlight12 = new Image();
  Highlight12.src = "images/zertip.gif";

  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }
