    StudiumAus = new Image(); 
    StudiumAus.src = "gifs/offstud.gif";
    StudiumAn = new Image(); 
    StudiumAn.src = "gifs/onstud.gif";

    ProgrammingAus = new Image(); 
    ProgrammingAus.src = "gifs/offprog.gif";
    ProgrammingAn = new Image(); 
    ProgrammingAn.src = "gifs/onprog.gif";

    LinksAus = new Image(); 
    LinksAus.src = "gifs/offlinks.gif";
    LinksAn = new Image(); 
    LinksAn.src = "gifs/onlinks.gif";
    
    SonstigAus = new Image(); 
    SonstigAus.src = "gifs/offsonst.gif";
    SonstigAn = new Image(); 
    SonstigAn.src = "gifs/onsonst.gif";
    
    MeAus = new Image(); 
    MeAus.src = "gifs/offme.gif";
    MeAn = new Image(); 
    MeAn.src = "gifs/onme.gif";
    
    HomeAus = new Image(); 
    HomeAus.src = "gifs/offhome.gif";
    HomeAn = new Image(); 
    HomeAn.src = "gifs/onhome.gif";
    
    CppAus = new Image(); 
    CppAus.src = "gifs/offfaq.gif";
    CppAn = new Image(); 
    CppAn.src = "gifs/onfaq.gif";
