<!--
Normal1 = new Image(); 
    Normal1.src = "mokuli.gif"; 
    Highlight1 = new Image(); 
    Highlight1.src = "mokuli_h.gif"; 

Normal2 = new Image(); 
    Normal2.src = "messer.gif"; 
    Highlight2 = new Image(); 
    Highlight2.src = "messer_h.gif"; 

Normal3 = new Image(); 
    Normal3.src = "beruf.gif"; 
    Highlight3 = new Image(); 
    Highlight3.src = "beruf_h.gif"; 

Normal4 = new Image(); 
    Normal4.src = "links.gif"; 
    Highlight4 = new Image(); 
    Highlight4.src = "links_h.gif"; 

Normal5 = new Image(); 
    Normal5.src = "contact.gif"; 
    Highlight5 = new Image(); 
    Highlight5.src = "contact_h.gif"; 


    function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }
   //-->
    //-->
