    Normal1 = new Image(); 
    Normal1.src = "startseite/button/ba_ho_li.gif"; 
    Highlight1 = new Image(); 
    Highlight1.src = "startseite/button/ba_h_li2.gif";

    Normal2 = new Image(); 
    Normal2.src = "startseite/button/ba_ho_mu.gif"; 
    Highlight2 = new Image(); 
    Highlight2.src = "startseite/button/ba_h_mu2.gif"; 

    Normal3 = new Image(); 
    Normal3.src = "startseite/button/ba_ho_sp.gif"; 
    Highlight3 = new Image(); 
    Highlight3.src = "startseite/button/ba_h_sp2.gif"; 

    Normal4 = new Image(); 
    Normal4.src = "startseite/button/ba_ho_gl.gif"; 
    Highlight4 = new Image(); 
    Highlight4.src = "startseite/button/ba_h_gl2.gif";

    Normal5 = new Image(); 
    Normal5.src = "startseite/button/ba_ho_su.gif"; 
    Highlight5 = new Image(); 
    Highlight5.src = "startseite/button/ba_h_su2.gif";

    Normal6 = new Image(); 
    Normal6.src = "startseite/button/ba_ho_em.gif"; 
    Highlight6 = new Image(); 
    Highlight6.src = "startseite/button/ba_h_em2.gif";

    Normal7 = new Image(); 
    Normal7.src = "startseite/button/ba_ho_ks.gif"; 
    Highlight7 = new Image(); 
    Highlight7.src = "startseite/button/ba_h_ks2.gif";

    Normal8 = new Image(); 
    Normal8.src = "startseite/button/ba_ho_so.gif"; 
    Highlight8 = new Image(); 
    Highlight8.src = "startseite/button/ba_h_so2.gif";

  
  
    
    function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }