<!--

        if (document.images) {
            homeon = new Image();
            homeon.src = "images/idx_mo_hm.gif";
            homeoff = new Image();
            homeoff.src = "images/alpha_5.gif";

	        productson = new Image();
            productson.src = "images/idx_mo_prod.gif";
            productsoff = new Image();
            productsoff.src = "images/alpha_5.gif";

            galleryon = new Image();
            galleryon.src = "images/idx_mo_gal.gif";
            galleryoff = new Image();
            galleryoff.src = "images/alpha_5.gif";

	        forumon = new Image();
            forumon.src = "images/idx_mo_forum.gif";
            forumoff = new Image();
            forumoff.src = "images/alpha_5.gif";

            contactuson = new Image();
            contactuson.src = "images/idx_mo_contact.gif";
            contactusoff = new Image();
            contactusoff.src = "images/alpha_5.gif";

	        aboutuson = new Image();
            aboutuson.src = "images/idx_mo_about.gif";
            aboutusoff = new Image();
            aboutusoff.src = "images/alpha_5.gif";





         }

     function imgOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");
            }
    }
        
        function imgOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");
            }
    }

// -->
