    <!--
    versionButton = 1
    browserName = navigator.appName;
    browserVer = parseInt(navigator.appVersion);
    if ((browserName == "Netscape" && browserVer >= 3)
    || (browserName == "Microsoft Internet Explorer" && browserVer >= 4))
    versionButton = "3";
    if (versionButton == "3")
    {
        toc1off = new Image(42, 197);
        toc1off.src = "1about_btn.jpg";
        toc2off = new Image(42, 197);
        toc2off.src = "1services_btn.jpg";
        toc4off = new Image(42, 197);
        toc4off.src = "1ecommerce_btn.jpg";
        toc5off = new Image(42, 197);
        toc5off.src = "1getting_btn.jpg";
        toc6off = new Image(42, 197);
        toc6off.src = "1cost_btn.jpg";
        toc7off = new Image(42, 197);
        toc7off.src = "1clients_btn.jpg";
        toc8off = new Image(42, 197);
        toc8off.src = "1contactus_btn.jpg";
 
        toc1on = new Image(42, 197);
        toc1on.src = "2about_btn.jpg";
        toc2on = new Image(42, 197);
        toc2on.src = "2services_btn.jpg";
        toc4on = new Image(42, 197);
        toc4on.src = "2ecommerce_btn.jpg";
        toc5on = new Image(42, 197);
        toc5on.src = "2getting_btn.jpg";
        toc6on = new Image(42, 197);
        toc6on.src = "2cost_btn.jpg";
        toc7on = new Image(42, 197);
        toc7on.src = "2clients_btn.jpg";
        toc8on = new Image(42, 197);
        toc8on.src = "2contactus_btn.jpg";
    }

    function img_act(imgName)
    {
        if (versionButton == "3")
        {
            imgOn = eval(imgName + "on.src");
            document[imgName].src = imgOn;
        }
    }

    function img_inact(imgName)
    {
        if (versionButton == "3")
        {
            imgOff = eval(imgName + "off.src");
            document[imgName].src = imgOff;
        }
    }
    // -->

