
  Normal1 = new Image();
  Normal1.src = "navimag/logo.gif";
  Highlight1 = new Image();
  Highlight1.src = "navimag/o_logo.gif";

  Normal2 = new Image();
  Normal2.src = "navimag/but_termine.gif";
  Highlight2 = new Image();
  Highlight2.src = "navimag/obut_termine.gif";
  
  Normal3 = new Image();
  Normal3.src = "navimag/but_ergebn.gif";
  Highlight3 = new Image();
  Highlight3.src = "navimag/obut_ergebn.gif";

  Normal4 = new Image();
  Normal4.src = "navimag/but_links.gif";
  Highlight4 = new Image();
  Highlight4.src = "navimag/obut_links.gif";

  Normal5 = new Image();
  Normal5.src = "navimag/but_helfer.gif";
  Highlight5 = new Image();
  Highlight5.src = "navimag/obut_helfer.gif";

  Normal6 = new Image();
  Normal6.src = "navimag/but_impress.gif";
  Highlight6 = new Image();
  Highlight6.src = "navimag/obut_impress.gif";

  Normala = new Image();
  Normala.src = "navimag/e_dot.gif";

  Normalc = new Image();
  Normalc.src = "navimag/o_dot.gif";


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

  function DFR(URL1,F1,URL2,F2,URL3,F3)   {
    parent.frames[F1].location.href=URL1;
    parent.frames[F2].location.href=URL2;
    parent.frames[F3].location.href=URL3;   }



