<!-- Hide Script from old browsers...
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserVer >= 3) version = "n3";
else version = "x";

if (version == "n3") {
        homeon = new Image();
        homeon.src = "images/home-on.gif";
        homeoff = new Image();
        homeoff.src = "images/home-off.gif";
        introon = new Image();
        introon.src = "images/intro-on.gif";
        introoff = new Image();
        introoff.src = "images/intro-off.gif";
        planton = new Image();
        planton.src = "images/plant-on.gif";
        plantoff = new Image();
        plantoff.src = "images/plant-off.gif";
        productson = new Image();
        productson.src = "images/products-on.gif";
        productsoff = new Image();
        productsoff.src = "images/products-off.gif";
        exporton = new Image();
        exporton.src = "images/export-on.gif";
        exportoff = new Image();
        exportoff.src = "images/export-off.gif";
        productionon = new Image();
        productionon.src = "images/production-on.gif";
        productionoff = new Image();
        productionoff.src = "images/production-off.gif";
        tubeon = new Image();
        tubeon.src = "images/tube-on.gif";
        tubeoff = new Image();
        tubeoff.src = "images/tube-off.gif";
        spiralon = new Image();
        spiralon.src = "images/spiral-on.gif";
        spiraloff = new Image();
        spiraloff.src = "images/spiral-off.gif";
        fillingon = new Image();
        fillingon.src = "images/filling-on.gif";
        fillingoff = new Image();
        fillingoff.src = "images/filling-off.gif";
        rodprocesson = new Image();
        rodprocesson.src = "images/rodprocess-on.gif";
        rodprocessoff = new Image();
        rodprocessoff.src = "images/rodprocess-off.gif";
        brazingon = new Image();
        brazingon.src = "images/brazing-on.gif";
        brazingoff = new Image();
        brazingoff.src = "images/brazing-off.gif";
        sealingon = new Image();
        sealingon.src = "images/sealing-on.gif";
        sealingoff = new Image();
        sealingoff.src = "images/sealing-off.gif";
        formingon = new Image();
        formingon.src = "images/forming-on.gif";
        formingoff = new Image();
        formingoff.src = "images/forming-off.gif";
        platingon = new Image();
        platingon.src = "images/plating-on.gif";
        platingoff = new Image();
        platingoff.src = "images/plating-off.gif";
        testingon = new Image();
        testingon.src = "images/testing-on.gif";
        testingoff = new Image();
        testingoff.src = "images/testing-off.gif";
        qualityon = new Image();
        qualityon.src = "images/quality-on.gif";
        qualityoff = new Image();
        qualityoff.src = "images/quality-off.gif";
        techon = new Image();
        techon.src = "images/tech-on.gif";
        techoff = new Image();
        techoff.src = "images/tech-off.gif";
        marketson = new Image();
        marketson.src = "images/markets-on.gif";
        marketsoff = new Image();
        marketsoff.src = "images/markets-off.gif";
		contacton = new Image();
        contacton.src = "images/contact-on.gif";
        contactoff = new Image();
        contactoff.src = "images/contact-off.gif";
        disclaimeron = new Image();
        disclaimeron.src = "images/disclaimer-on.gif";
        disclaimeroff = new Image();
        disclaimeroff.src = "images/disclaimer-off.gif";
        privacyon = new Image();
        privacyon.src = "images/privacy-on.gif";
        privacyoff = new Image();
        privacyoff.src = "images/privacy-off.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;
        }
}
<!-- end hiding script -->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
