if (document.images) {

    promotions_off = new Image(); promotions_off.src = "/images/nav/promotions-and-specials.gif";
    contact_off = new Image(); contact_off.src = "/images/nav/contact.gif";
    sitemap_off = new Image(); sitemap_off.src = "/images/nav/site-map.gif";
    home_off = new Image(); home_off.src = "/images/nav/home.gif";
    residential_off = new Image(); residential_off.src = "/images/nav/residential-surfaces.gif";
    commercial_off = new Image(); commercial_off.src = "/images/nav/commercial-surfaces.gif";
    company_off = new Image(); company_off.src = "/images/nav/our-company.gif";
    products_off = new Image(); products_off.src = "/images/nav/m-glass-products.gif";
    gallery_off = new Image(); gallery_off.src = "/images/nav/project-gallery.gif";
    design_off = new Image(); design_off.src = "/images/nav/design-centres.gif";
    getstarted_off = new Image(); getstarted_off.src = "/images/nav/get-started.gif";
    residentialdiv_off = new Image(); residentialdiv_off.src = "/images/nav/residential-countertops.gif";
    commercialdiv_off = new Image(); commercialdiv_off.src = "/images/nav/commercial-countertops.gif";
    bbb_off = new Image(); bbb_off.src = "/images/bbb-lower-mainland.gif";
    rescorian_off = new Image(); rescorian_off.src = "/images/residential/vancouver-dupont-corian.jpg";
    ressilestone_off = new Image(); ressilestone_off.src = "/images/residential/vancouver-silestone.jpg";
    resgreen_off = new Image(); resgreen_off.src = "/images/residential/vancouver-eco-friendly.jpg"; 
    resgranite_off = new Image(); resgranite_off.src = "/images/residential/sensa-granite-surfaces.jpg";      
    comcorian_off = new Image(); comcorian_off.src = "/images/commercial/vancouver-dupont-corian.jpg";
    comsilestone_off = new Image(); comsilestone_off.src = "/images/commercial/vancouver-silestone.jpg";
    comgranite_off = new Image(); comgranite_off.src = "/images/commercial/sensa-granite-surfaces.jpg";
    comgreen_off = new Image(); comgreen_off.src = "/images/commercial/vancouver-eco-friendly.jpg";

    promotions_on = new Image(); promotions_on.src = "/images/nav/promotions-and-specials-on.gif";
    contact_on = new Image(); contact_on.src = "/images/nav/contact-on.gif";
    sitemap_on = new Image(); sitemap_on.src = "/images/nav/site-map-on.gif";
    home_on = new Image(); home_on.src = "/images/nav/home-on.gif"; 
    residential_on = new Image(); residential_on.src = "/images/nav/residential-surfaces-on.gif";
    commercial_on = new Image(); commercial_on.src = "/images/nav/commercial-surfaces-on.gif";
    company_on = new Image(); company_on.src = "/images/nav/our-company-on.gif";
    products_on = new Image(); products_on.src = "/images/nav/m-glass-products-on.gif";
    gallery_on = new Image(); gallery_on.src = "/images/nav/project-gallery-on.gif";
    design_on = new Image(); design_on.src = "/images/nav/design-centres-on.gif";
    getstarted_on = new Image(); getstarted_on.src = "/images/nav/get-started-on.gif";
    residentialdiv_on = new Image(); residentialdiv_on.src = "/images/nav/residential-countertops-on.gif";
    commercialdiv_on = new Image(); commercialdiv_on.src = "/images/nav/commercial-countertops-on.gif";
    bbb_on = new Image(); bbb_on.src = "/images/bbb-lower-mainland-on.gif";
    rescorian_on = new Image(); rescorian_on.src = "/images/residential/vancouver-dupont-corian-on.jpg";
    ressilestone_on = new Image(); ressilestone_on.src = "/images/residential/vancouver-silestone-on.jpg";
    resgreen_on = new Image(); resgreen_on.src = "/images/residential/vancouver-eco-friendly-on.jpg";
    resgranite_on = new Image(); resgranite_on.src = "/images/residential/sensa-granite-surfaces-on.jpg";      
    comcorian_on = new Image(); comcorian_on.src = "/images/commercial/vancouver-dupont-corian-on.jpg";
    comsilestone_on = new Image(); comsilestone_on.src = "/images/commercial/vancouver-silestone-on.jpg";
    comgranite_on = new Image(); comgranite_on.src = "/images/commercial/sensa-granite-surfaces-on.jpg";
    comgreen_on = new Image(); comgreen_on.src = "/images/commercial/vancouver-eco-friendly-on.jpg";

    
     
    }
    
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"); 
						      
				}
}
