browserName = navigator.appName;browserVer = parseInt(navigator.appVersion);if (browserName == "Netscape" && browserVer>= 3) version = "n3";else version = "n2";if (browserVer >= 4) version = "n3";if (version == "n3") {
        pic1on = new Image(); pic1off = new Image();
        pic1on.src = "images/l-quoteon.gif"; pic1off.src = "images/l-quoteoff.gif";
        pic2on = new Image(); pic2off = new Image();
        pic2on.src = "images/l-moreon.gif"; pic2off.src = "images/l-moreoff.gif";
        pic3on = new Image(); pic3off = new Image();
        pic3on.src = "images/l-more2on.gif"; pic3off.src = "images/l-more2off.gif";
        pic4on = new Image(); pic4off = new Image();
        pic4on.src = "images/r-more1on.gif"; pic4off.src = "images/r-more1off.gif";
        pic5on = new Image(); pic5off = new Image();
        pic5on.src = "images/r-more2on.gif"; pic5off.src = "images/r-more2off.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;}}

