if (document.images) {

	// OVER IMAGES

	// home over image
    home_over = new Image();
    home_over.src = "images/nav/home_over.gif";

	// about over image
    about_over = new Image();
    about_over.src = "images/nav/about_over.gif";

    // contact over image
    contact_over = new Image();
    contact_over.src = "images/nav/contact_over.gif";

    // sporting over image
    sporting_over = new Image();
    sporting_over.src = "images/nav/sporting_over.gif";

    // houses over image
    houses_over = new Image();
    houses_over.src = "images/nav/houses_over.gif";

    // country over image
    country_over = new Image();
    country_over.src = "images/nav/country_over.gif";

    // abroad over image
    abroad_over = new Image();
    abroad_over.src = "images/nav/abroad_over.gif";

    // shortlets over image
    shortlets_over = new Image();
    shortlets_over.src = "images/nav/shortlets_over.gif";

    // tailored over image
    tailored_over = new Image();
    tailored_over.src = "images/nav/tailored_over.gif";

    // testimonials over image
    testimonials_over = new Image();
    testimonials_over.src = "images/nav/testimonials_over.gif";
    
    // acquisitions over image
    acquisitions_over = new Image();
    acquisitions_over.src = "images/nav/acquisitions_over.gif";
    
    // acquisitions over image
    sales_over = new Image();
    sales_over.src = "images/nav/property_sales_over.gif";


    // OFF IMAGES

    // home off image
    home_off = new Image();
    home_off.src = "images/nav/home_off.gif";

	// about off image
    about_off = new Image();
    about_off.src = "images/nav/about_off.gif";

    // contact off image
    contact_off = new Image();
    contact_off.src = "images/nav/contact_off.gif";

    // sporting off image
    sporting_off = new Image();
    sporting_off.src = "images/nav/sporting_off.gif";

    // houses off image
    houses_off = new Image();
    houses_off.src = "images/nav/houses_off.gif";

    // country off image
    country_off = new Image();
    country_off.src = "images/nav/country_off.gif";

    // abroad off image
    abroad_off = new Image();
    abroad_off.src = "images/nav/abroad_off.gif";

    // shortlets off image
    shortlets_off = new Image();
    shortlets_off.src = "images/nav/shortlets_off.gif";

    // tailored off image
    tailored_off = new Image();
    tailored_off.src = "images/nav/tailored_off.gif";

    // testimonials off image
    testimonials_off = new Image();
    testimonials_off.src = "images/nav/testimonials_off.gif";
    
    // acquisitions off image
    acquisitions_off = new Image();
    acquisitions_off.src = "images/nav/acquisitions_off.gif";
    
    // acquisitions off image
    sales_off = new Image();
    sales_off.src = "images/nav/property_sales_off.gif";







}

function imgFunc(imgDocID,imgName) {
    	document.images[imgDocID].src = eval(imgName + ".src")
}