if (document.images) {
		
		
		home_on = new Image
		access_on = new Image
		feature_on = new Image
		press_on = new Image
		start_on = new Image
		why_on = new Image
		buy_on = new Image
		grow_on = new Image
		who_on = new Image
		buy_on = new Image
		about_on = new Image
		contact_on = new Image
		links_on = new Image
		swan_on = new Image
		swanTenders_on = new Image
		police_on = new Image
		training_on = new Image
		recreation_on = new Image
		documents_on = new Image
		eco_profile_on = new Image
				
		home_on.src = "/images/menu/home_on.gif"
		access_on.src = "/images/menu/access_on.gif"
		feature_on.src = "/images/menu/feature_on.gif"
		press_on.src = "/images/menu/press_on.gif"
		start_on.src = "/images/menu/start_on.gif"
		why_on.src = "/images/menu/why_on.gif"
		buy_on.src = "/images/menu/buy_on.gif"
		grow_on.src = "/images/menu/grow_on.gif"
		who_on.src = "/images/menu/who_on.gif"
		buy_on.src = "/images/menu/buy_on.gif"
		about_on.src = "/images/menu/about_on.gif"
		contact_on.src = "/images/menu/contact_on.gif"
		links_on.src = "/images/menu/links_on.gif"
		swan_on.src = "/images/menu/swan_on.gif"
		swanTenders_on.src = "/images/menu/swanTenders_on.gif"
		police_on.src = "/images/menu/police_on.gif"
		training_on.src = "/images/menu/training_on.gif"
		recreation_on.src = "/images/menu/recreation_on.gif"
		documents_on.src = "/images/menu/documents_on.gif"
		eco_profile_on.src = "/images/menu/eco_profile_on.gif"
		
		home_off = new Image
		access_off = new Image
		feature_off = new Image
		press_off = new Image
		start_off = new Image
		why_off = new Image
		buy_off = new Image
		grow_off = new Image
		who_off = new Image
		buy_off = new Image
		about_off = new Image
		contact_off = new Image
		links_off = new Image
		swan_off = new Image
		swanTenders_off = new Image
		police_off = new Image
		training_off = new Image
		recreation_off = new Image
		documents_off = new Image
		eco_profile_off = new Image
		
		home_off.src = "/images/menu/home_off.gif"
		access_off.src = "/images/menu/access_off.gif"
		feature_off.src = "/images/menu/feature_off.gif"
		press_off.src = "/images/menu/press_off.gif"
		start_off.src = "/images/menu/start_off.gif"
		why_off.src = "/images/menu/why_off.gif"
		buy_off.src = "/images/menu/buy_off.gif"
		grow_off.src = "/images/menu/grow_off.gif"
		who_off.src = "/images/menu/who_off.gif"
		buy_off.src = "/images/menu/buy_off.gif"
		about_off.src = "/images/menu/about_off.gif"
		contact_off.src = "/images/menu/contact_off.gif"
		links_off.src = "/images/menu/links_off.gif"
		swan_off.src = "/images/menu/swan_off.gif"
		swanTenders_off.src = "/images/menu/swanTenders_off.gif"
		police_off.src = "/images/menu/police_off.gif"
		training_off.src = "/images/menu/training_off.gif"
		recreation_off.src = "/images/menu/recreation_off.gif"
		documents_off.src = "/images/menu/documents_off.gif"
		eco_profile_off.src = "/images/menu/eco_profile_off.gif"
	}	
	
       function chgImg(imgField,newImg) {
                if (document.images) {
                        document[imgField].src= eval(newImg + ".src")
                }
        }
