// JavaScript Document

// define file path to images
 var filepath = "http://www.evenmoreproperties.co.uk/";
 
// function to preload images
var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=filepath + preloadimages.arguments[i]
}
}
//start instance of function

preloadimages(
			 "images/menu/buying_on.png",
			 "images/menu/contact_on.png",
			 "images/menu/letting_on.png",
			 "images/menu/renting_on.png",
			 "images/menu/selling_on.png",
			 "images/menu/services_on.png",
			 "images/menu/home_on.png",
			 "images/menu/menu_hover.png",
			 // end menu images
			 "images/brochure_button_on.png",
			 "images/details_button_on.png",
			 "images/print_button_on.png",
			 "images/vtour_button_on.png",
			 "images/neighbourhood_button_on.png",
			 "images/buttonbg_on.png",
			 "images/tax_button_on.png",
			 "images/schools_button_on.png",
			 "images/transport_button_on.png",
			 "images/photographs_button_on.png",
			 "images/facebook_button_on.png",
			 "images/shortlist_on.png",
			 "images/remove_shortlist_on.png",
			 // end buttons
			 "images/logos/Findaproperty-Colour.png",
			 "images/logos/Globrix-Colour.png",
			 "images/logos/Primelocation-Colour.png",
			 "images/logos/Rightmove-Colour.png"
			 )

