    Highlight2 = new Image();
    Highlight2.src = "img/ueber_on.gif";
    Highlight3 = new Image();
    Highlight3.src = "img/termine_on.gif";
    Highlight4 = new Image();
    Highlight4.src = "img/gast_on.gif";
    Highlight5 = new Image();
    Highlight5.src = "img/gallerie_on.gif";
    Highlight6 = new Image();
    Highlight6.src = "img/dabei_on.gif";
    Highlight7 = new Image();
    Highlight7.src = "img/kontakt_on.gif";

    Normal2 = new Image();
    Normal2.src = "img/ueber.gif";
    Normal3 = new Image();
    Normal3.src = "img/termine.gif";
    Normal4 = new Image();
    Normal4.src = "img/gast.gif";
    Normal5 = new Image();
    Normal5.src = "img/gallerie.gif";
    Normal6 = new Image();
    Normal6.src = "img/dabei.gif";
    Normal7 = new Image();
    Normal7.src = "img/kontakt.gif";

    function wechsel(nr,objekt)
    {
     window.document.images[nr].src = objekt.src;
    }

function deblur(mylink)
   {
   if (document.all)
   mylink.blur();
   }
