<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
        if (browserName == "Netscape" && browserVer >= 3 || browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "n3";
        else version = "n2";
        
        if (version == "n3") {

        la1on = new Image(170,22);
        la1on.src = "./img/button-01b.gif";
        la1off = new Image(170,22);
        la1off.src = "./img/button-01.gif";

        la2on = new Image(170,22);
        la2on.src = "./img/button-02b.gif";
        la2off = new Image(170,22);
        la2off.src = "./img/button-02.gif";

        la3on = new Image(170,22);
        la3on.src = "./img/button-03b.gif";
        la3off = new Image(170,22);
        la3off.src = "./img/button-03.gif";

        la4on = new Image(170,22);
        la4on.src = "./img/button-04b.gif";
        la4off = new Image(170,22);
        la4off.src = "./img/button-04.gif";

        la5on = new Image(170,22);
        la5on.src = "./img/button-05b.gif";
        la5off = new Image(170,22);
        la5off.src = "./img/button-05.gif";

        la6on = new Image(170,22);
        la6on.src = "./img/button-06b.gif";
        la6off = new Image(170,22);
        la6off.src = "./img/button-06.gif";

        la7on = new Image(170,22);
        la7on.src = "./img/button-07b.gif";
        la7off = new Image(170,22);
        la7off.src = "./img/button-07.gif";

        la8on = new Image(170,22);
        la8on.src = "./img/button-08b.gif";
        la8off = new Image(170,22);
        la8off.src = "./img/button-08.gif";

        la9on = new Image(170,22);
        la9on.src = "./img/button-09b.gif";
        la9off = new Image(170,22);
        la9off.src = "./img/button-09.gif";

        la10on = new Image(170,22);
        la10on.src = "./img/button-10b.gif";
        la10off = new Image(170,22);
        la10off.src = "./img/button-10.gif";

        la11on = new Image(170,22);
        la11on.src = "./img/button-11b.gif";
        la11off = new Image(170,22);
        la11off.src = "./img/button-11.gif";

        la12on = new Image(170,22);
        la12on.src = "./img/button-12b.gif";
        la12off = new Image(170,22);
        la12off.src = "./img/button-12.gif";

        la13on = new Image(170,22);
        la13on.src = "./img/button-13b.gif";
        la13off = new Image(170,22);
        la13off.src = "./img/button-13.gif";

        la14on = new Image(170,22);
        la14on.src = "./img/button-14b.gif";
        la14off = new Image(170,22);
        la14off.src = "./img/button-14.gif";

        la15on = new Image(170,22);
        la15on.src = "./img/button-15b.gif";
        la15off = new Image(170,22);
        la15off.src = "./img/button-15.gif";

        la16on = new Image(170,22);
        la16on.src = "./img/button-16b.gif";
        la16off = new Image(170,22);
        la16off.src = "./img/button-16.gif";

        la17on = new Image(170,22);
        la17on.src = "./img/button-17b.gif";
        la17off = new Image(170,22);
        la17off.src = "./img/button-17.gif";

        la21on = new Image(170,22);
        la21on.src = "./img/button-21b.gif";
        la21off = new Image(170,22);
        la21off.src = "./img/button-21.gif";

        la18on = new Image(170,22);
        la18on.src = "./img/button-18b.gif";
        la18off = new Image(170,22);
        la18off.src = "./img/button-18.gif";

        }

function img_act(imgName) {
        if (version == "n3") {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
        }
}

function img_inact(imgName) {
        if (version == "n3") {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
        }
}
// -->