<!--
        if (document.images) {            
            btn1on = new Image();    btn1on.src = "../../images/bigriter.jpg"; 

            btn1off = new Image();   btn1off.src = "../../images/bigriten.jpg";

            ovron = new Image();    ovron.src = "../../images/clntovrr.jpg"; 
            objon = new Image();    objon.src = "../../images/clntobjr.jpg"; 
            solon = new Image();    solon.src = "../../images/clntsolr.jpg"; 
            benon = new Image();    benon.src = "../../images/clntbenr.jpg"; 
            lston = new Image();    lston.src = "../../images/clntlstr.jpg"; 
            samon = new Image();    samon.src = "../../images/clntsamr.jpg"; 

            ovroff = new Image();    ovroff.src = "../../images/clntovrn.jpg";
            objoff = new Image();    objoff.src = "../../images/clntobjn.jpg";
            soloff = new Image();    soloff.src = "../../images/clntsoln.jpg"; 
            benoff = new Image();    benoff.src = "../../images/clntbenn.jpg"; 
            lstoff = new Image();    lstoff.src = "../../images/clntlstn.jpg"; 
            samoff = new Image();    samoff.src = "../../images/clntsamn.jpg"; 
            
            bottom1on = new Image();    bottom1on.src = "../../../images/btm1r.gif"; 
            bottom2on = new Image();    bottom2on.src = "../../../images/btm2r.gif"; 
            bottom3on = new Image();    bottom3on.src = "../../../images/btm3r.gif"; 
            bottom4on = new Image();    bottom4on.src = "../../../images/btm4r.gif"; 
            bottom5on = new Image();    bottom5on.src = "../../../images/btm5r.gif"; 
            bottom6on = new Image();    bottom6on.src = "../../../images/btm6r.gif"; 
            bottom7on = new Image();    bottom7on.src = "../../../images/btm7r.gif"; 
            
            bottom1off = new Image();    bottom1off.src = "../../../images/btm1n.gif";
            bottom2off = new Image();    bottom2off.src = "../../../images/btm2n.gif";
            bottom3off = new Image();    bottom3off.src = "../../../images/btm3n.gif"; 
            bottom4off = new Image();    bottom4off.src = "../../../images/btm4n.gif"; 
            bottom5off = new Image();    bottom5off.src = "../../../images/btm5n.gif"; 
            bottom6off = new Image();    bottom6off.src = "../../../images/btm6n.gif"; 
            bottom7off = new Image();    bottom7off.src = "../../../images/btm7n.gif"; 
        }

    function imgOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");       
            }
    }

    function imgOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");        
            }
    }
// -->

