    Normal1 = new Image(); 
    Normal1.src = "bio1.gif";
    Highlight1 = new Image(); 
    Highlight1.src = "bio2.gif";
    Normal2 = new Image();
    Normal2.src = "wil1.gif";
    Highlight2 = new Image(); 
    Highlight2.src = "wil2.gif";
    Normal3 = new Image(); 
    Normal3.src = "enk1.gif";
    Highlight3 = new Image(); 
    Highlight3.src = "enk2.gif";
    Normal4 = new Image(); 
    Normal4.src = "archiv1.gif";
    Highlight4 = new Image(); 
    Highlight4.src = "archiv2.gif";
    Normal5 = new Image(); 
    Normal5.src = "rede1.gif";
    Highlight5 = new Image(); 
    Highlight5.src = "rede2.gif";
    Normal6 = new Image();
    Normal6.src = "fisch1.gif";
    Highlight6 = new Image(); 
    Highlight6.src = "fisch2.gif";
    Normal7 = new Image(); 
    Normal7.src = "ham1.gif";
    Highlight7 = new Image(); 
    Highlight7.src = "ham2.gif";
    Normal8 = new Image(); 
    Normal8.src = "helm1.gif";
    Highlight8 = new Image(); 
    Highlight8.src = "helm2.gif";
    Normal9 = new Image(); 
    Normal9.src = "mada1.gif";
    Highlight9 = new Image(); 
    Highlight9.src = "mada2.gif";
    Normal10 = new Image();
    Normal10.src = "expo1.gif";
    Highlight10 = new Image(); 
    Highlight10.src = "expo2.gif";
    Normal11 = new Image(); 
    Normal11.src = "wa1.gif";
    Highlight11 = new Image(); 
    Highlight11.src = "wa2.gif";
    Normal12 = new Image(); 
    Normal12.src = "spie1.gif";
    Highlight12 = new Image(); 
    Highlight12.src = "spie2.gif";
    Normal13 = new Image(); 
    Normal13.src = "dw1.gif";
    Highlight13 = new Image(); 
    Highlight13.src = "dw2.gif";
    Normal14 = new Image();
    Normal14.src = "wm1.gif";
    Highlight14 = new Image(); 
    Highlight14.src = "wm2.gif";
    Normal15 = new Image();
    Normal15.src = "mp31.gif";
    Highlight15 = new Image();
    Highlight15.src = "mp32.gif";
    Normal16 = new Image();
    Normal16.src = "kanada1.gif";
    Highlight16 = new Image(); 
    Highlight16.src = "kanada2.gif";
    Normal17 = new Image();
    Normal17.src = "buga1.gif";
    Highlight17 = new Image();
    Highlight17.src = "buga2.gif";
    
    function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }