    /* Lade Navigation */
    Normal1 = new Image();
    Normal1.src = "img/str_low.png";
    Highlight1 = new Image();
    Highlight1.src = "img/str_hi.png";

    Normal2 = new Image();
    Normal2.src = "img/sf2_low.png";
    Highlight2 = new Image();
    Highlight2.src = "img/sf2_hi.png";

    Normal3 = new Image();
    Normal3.src = "img/dwl_low.png";
    Highlight3 = new Image();
    Highlight3.src = "img/dwl_hi.png";

    Normal4 = new Image();
    Normal4.src = "img/mp3_low.png";
    Highlight4 = new Image();
    Highlight4.src = "img/mp3_hi.png";
    
    Normal42 = new Image();
    Normal42.src = "img/vst_low.png";
    Highlight42 = new Image();
    Highlight42.src = "img/vst_hi.png";  
        
    Normal5 = new Image();
    Normal5.src = "img/ils_low.png";
    Highlight5 = new Image();
    Highlight5.src = "img/ils_hi.png";

    Normal6 = new Image();
    Normal6.src = "img/kri_low.png";
    Highlight6 = new Image();
    Highlight6.src = "img/kri_hi.png";

    Normal7 = new Image();
    Normal7.src = "img/uni_low.png";
    Highlight7 = new Image();
    Highlight7.src = "img/uni_hi.png";

    Normal8 = new Image();
    Normal8.src = "img/sya_low.png";
    Highlight8 = new Image();
    Highlight8.src = "img/sya_hi.png";

    Normal9 = new Image();
    Normal9.src = "img/sup_low.png";
    Highlight9 = new Image();
    Highlight9.src = "img/sup_hi.png";
    
    Normal10 = new Image();
    Normal10.src = "img/kfn_low.png";
    Highlight10 = new Image();
    Highlight10.src = "img/kfn_hi.png";
    
    function Bildwechsel (Bildnr, Bildobjekt) 
    {
//      if(Bildnr > 8)
//      {
//        Bildnr--;
//      }
      window.document.images[Bildnr - 1].src = Bildobjekt.src;
    }
