
  Normal1 = new Image();
  Normal1.src = "layout/b_home.jpg";
  Highlight1 = new Image();
  Highlight1.src = "layout/b_home2.jpg"

  Normal3 = new Image();
  Normal3.src = "layout/b_aktuelles.jpg";
  Highlight3 = new Image();
  Highlight3.src = "layout/b_aktuelles2.jpg"

  Normal4 = new Image();
  Normal4.src = "layout/b_infos.jpg";
  Highlight4 = new Image();
  Highlight4.src = "layout/b_infos2.jpg"

  Normal5 = new Image();
  Normal5.src = "layout/b_fach.jpg";
  Highlight5 = new Image();
  Highlight5.src = "layout/b_fach2.jpg"

  Normal6 = new Image();
  Normal6.src = "layout/b_partner.jpg";
  Highlight6 = new Image();
  Highlight6.src = "layout/b_partner2.jpg"

  Normal7 = new Image();
  Normal7.src = "layout/b_termine.jpg";
  Highlight7 = new Image();
  Highlight7.src = "layout/b_termine2.jpg"

  Normal8 = new Image();
  Normal8.src = "layout/b_links.jpg";
  Highlight8 = new Image();
  Highlight8.src = "layout/b_links2.jpg"

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

    function flug()
  {
  var win=window.open("../../content/sub/flug.html","fenster1","status=no,resizable=yes,height=300px,width=350px");
  }