        if (document.images) {            // Active Images

            augenblickon = new Image();
            augenblickon.src = "/_img/augenblick_1.gif";
            bekanntschafton = new Image();
            bekanntschafton.src = "/_img/bekanntschaft_1.gif";
            drehbuchon = new Image();
            drehbuchon.src = "/_img/drehbuch_1.gif";
            impressumon = new Image();
            impressumon.src = "/_img/impressum_1.gif";
            luegenon = new Image();
            luegenon.src = "/_img/luegen_1.gif";
            musikon = new Image();
            musikon.src = "/_img/musik_1.gif";
            regalon = new Image();
            regalon.src = "/_img/regal_1.gif";
            romanon = new Image();
            romanon.src = "/_img/roman_1.gif";
            sachbuchon = new Image();
            sachbuchon.src = "/_img/sachbuch_1.gif";
            schreibtischon = new Image();
            schreibtischon.src = "/_img/schreibtisch_1.gif";
            uwewilhelmon = new Image();
            uwewilhelmon.src = "/_img/uwewilhelm_1.gif";

            augenblickoff = new Image();
            augenblickoff.src = "/_img/augenblick_0.gif";
            bekanntschaftoff = new Image();
            bekanntschaftoff.src = "/_img/bekanntschaft_0.gif";
            drehbuchoff = new Image();
            drehbuchoff.src = "/_img/drehbuch_0.gif";
            impressumoff = new Image();
            impressumoff.src = "/_img/impressum_0.gif";
            luegenoff = new Image();
            luegenoff.src = "/_img/luegen_0.gif";
            musikoff = new Image();
            musikoff.src = "/_img/musik_0.gif";
            regaloff = new Image();
            regaloff.src = "/_img/regal_0.gif";
            romanoff = new Image();
            romanoff.src = "/_img/roman_0.gif";
            sachbuchoff = new Image();
            sachbuchoff.src = "/_img/sachbuch_0.gif";
            schreibtischoff = new Image();
            schreibtischoff.src = "/_img/schreibtisch_0.gif";
            uwewilhelmoff = new Image();
            uwewilhelmoff.src = "/_img/uwewilhelm_0.gif";

        }

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}
