					if (document.images) {

<!-- Quicklinks navigation -->
			memdirCold = new Image
			memdirHot = new Image
			discountCold = new Image
			discountHot = new Image
			testCold = new Image
			testHot = new Image
			mapsCold = new Image
			mapsHot = new Image
			relocationCold = new Image
			relocationHot = new Image
			sitemapCold = new Image
			sitemapHot = new Image
			contactCold = new Image
			contactHot = new Image
			
			
			memdirCold.src = "/sections/images_nav/quicknav_memdir_cold.gif"
			memdirHot.src = "/sections/images_nav/quicknav_memdir_hot.gif"
			discountCold.src = "/sections/images_nav/quicknav_discount_cold.gif"
			discountHot.src = "/sections/images_nav/quicknav_discount_hot.gif"
			testCold.src = "/sections/images_nav/quicknav_forms_cold.gif"
			testHot.src = "/sections/images_nav/quicknav_forms_hot.gif"
			mapsCold.src = "/sections/images_nav/quicknav_maps_cold.gif"
			mapsHot.src = "/sections/images_nav/quicknav_maps_hot.gif"
			relocationCold.src = "/sections/images_nav/quicknav_relocation_cold.gif"
			relocationHot.src = "/sections/images_nav/quicknav_relocation_hot.gif"
			sitemapCold.src = "/sections/images_nav/quicknav_sitemap_cold.gif"
			sitemapHot.src = "/sections/images_nav/quicknav_sitemap_hot.gif"
			contactCold.src = "/sections/images_nav/quicknav_contact_cold.gif"
			contactHot.src = "/sections/images_nav/quicknav_contact_hot.gif"

			
			
		}
		else {
			
			memdirCold = ""
			memdirHot = ""
			discountCold = ""
			discountHot = ""
			testCold = ""
			testHot = ""
			mapsCold = ""
			mapsHot = ""
			relocationCold = ""
			relocationHot = ""
			sitemapCold = ""
			sitemapHot = ""
			contactCold = ""
			contactHot = ""
			document.memdir.src = ""
			document.discount.src = ""
			document.test.src = ""
			document.maps.src = ""
			document.relocation.src = ""
			document.sitemap.src = ""
			document.contact.src = ""
						
		}