<!--
Normal1 = new Image(); 
    Normal1.src = "trio.gif"; 
    Highlight1 = new Image(); 
    Highlight1.src = "trio_h.gif"; 

Normal2 = new Image(); 
    Normal2.src = "klezmer.gif"; 
    Highlight2 = new Image(); 
    Highlight2.src = "klezmer_h.gif"; 

Normal3 = new Image(); 
    Normal3.src = "sound.gif"; 
    Highlight3 = new Image(); 
    Highlight3.src = "sound_h.gif"; 

Normal4 = new Image(); 
    Normal4.src = "termin.gif"; 
    Highlight4 = new Image(); 
    Highlight4.src = "termin_h.gif"; 

Normal5 = new Image(); 
    Normal5.src = "presse.gif"; 
    Highlight5 = new Image(); 
    Highlight5.src = "presse_h.gif"; 

Normal6 = new Image(); 
    Normal6.src = "kontakt.gif"; 
    Highlight6 = new Image(); 
    Highlight6.src = "kontakt_h.gif"; 


    function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }
   //-->
    //-->
