<!--  Hide for Java Challenged Browsers

if (document.images) {

        homeon = new Image(69,55);
        homeon.src = "images/homebut.gif";
        homeoff = new Image(69,55);
        homeoff.src = "images/net.gif";

        abouton = new Image(97,37);
        abouton.src = "images/about_ovr.gif";
        aboutoff = new Image(97,37);
        aboutoff.src = "images/about.gif";

        serviceson = new Image(97,37);
        serviceson.src = "images/services_ovr.gif";
        servicesoff = new Image(97,37);
        servicesoff.src = "images/services.gif";

        businesson = new Image(97,37);
        businesson.src = "images/business_ovr.gif";
        businessoff = new Image(97,37);
        businessoff.src = "images/business.gif";

        clientson = new Image(97,37);
        clientson.src = "images/clients_ovr.gif";
        clientsoff = new Image(97,37);
        clientsoff.src = "images/clients.gif";

        quoteon = new Image(97,37);
        quoteon.src = "images/quote_ovr.gif";
        quoteoff = new Image(97,37);
        quoteoff.src = "images/quote.gif";

        newson = new Image(97,37);
        newson.src = "images/news_ovr.gif";
        newsoff = new Image(97,37);
        newsoff.src = "images/news.gif";

       }

function img_act(imgName) {

        if (document.images) {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
        }


}

function img_inact(imgName) {

        if (document.images) {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
        }

}

// END -->
