function change(version, level0, level1, level2, level3, level4, where, onoff) {
        if (version == "ger") {
                pfad = "./grafik/ger/";
        } else {
                pfad = "./grafik/eng/";
        }
        dochange = true;
        dochange2 = true;
        if (where == "kommunikation") 
                welches = document.images.kommunikation;       
        if (where == "kritik") 
                welches = document.images.kritik;  
        if (where == "kultur")  
                welches = document.images.kultur;  
        if (where == "oekonomie")  
                welches = document.images.oekonomie;  
        if (where == "genetik")  
                welches = document.images.genetik;  
        if (where == "holismus")  
                welches = document.images.holismus;          
        if (where == "musik")  
                welches = document.images.musik;   
		if (where == "beitraege")
                welches = document.images.beitraege;
        if (where == "eng") 
                welches = document.images.eng;
        if (where == "ger") 
                welches = document.images.ger;
        if (where == "themen") 
                welches = document.images.themen;
        if (where == "autoren") 
                welches = document.images.autoren;
        if (where == "beitraegeAZ") 
                welches = document.images.beitraegeAZ;
        if (where == "glossar") 
                welches = document.images.glossar;
        if (where == "links")
                welches = document.images.links;
        if (where == "gaestebuch") 
                welches = document.images.gaestebuch;
        if (where == "impressum") 
                welches = document.images.impressum;
        if (where == "philosophie") 
                welches = document.images.philosophie;
        if (where == "religion")
                welches = document.images.religion;
        if (where == "wissenschaft") 
                welches = document.images.wissenschaft;
        if (where == "ethik") 
                welches = document.images.ethik;                   
        if (where == "integral") 
                welches = document.images.integral;
        if (where == "aurobindo") 
                welches = document.images.aurobindo;
        if (where == "gebser") 
                welches = document.images.gebser;                   
        if (where == "wilber") 
                welches = document.images.wilber;
        if (where == "sriaurobindo") 
                welches = document.images.sriaurobindo; 
        if (where == "online") 
                welches = document.images.online;
        if (where == "biographie") 
                welches = document.images.biographie;
        if (where == "literatur") 
                welches = document.images.literatur;
        if (where == "mutter") 
                welches = document.images.mutter;
        if (where == "sacar") 
                welches = document.images.sacar;
        if (where == "christianity") 
                welches = document.images.christianity;
        if (where == "hinduismus") 
                welches = document.images.hinduismus;
        if (where == "islam") 
                welches = document.images.islam;        
        if (where == "jainismus") 
                welches = document.images.jainismus;        
        if (where == "frieden") 
                welches = document.images.frieden;
                                                                
//--------------------------------------------------------------
        
        if ((where == level1) || (where == level2) || 
            (where == level3) || (where == level4)) {
                dochange = false;
                welches.src = pfad + "over_" + where + ".gif"; 
                
        }
        if (level0 == 1)
                dochange2 = false;
        
//--------------------------------------------------------------

        if (dochange == true) {
                if (onoff == 1) {
                        welches.src = pfad + "over_" + where + ".gif";         
                } else {
                        welches.src = pfad + "norm_" + where + ".gif";
                }
        }
        
        if (dochange2 == false) {
                if (onoff == 1) {
                        document.images.beitraege.src = pfad + "over_beitraege.gif";         
                } else {
                        document.images.beitraege.src = pfad + "over_beitraege.gif"; 
                }
        }
                
}
