if (document.images) {
		homeOn = new Image
		homeOff = new Image
		productsOn = new Image
		productsOff = new Image
		resourcesOn = new Image
		resourcesOff = new Image
		aboutOn = new Image
		aboutOff = new Image
		contactOn = new Image
		contactOff = new Image
		testimonialsOn = new Image
		testimonialsOff = new Image


		homeOn.src = "hover/hover-home-2.gif"
		homeOff.src = "hover/hover-home-1.gif"
		productsOn.src = "hover/hover-products-2.gif"
		productsOff.src = "hover/hover-products-1.gif"
		resourcesOn.src = "hover/hover-resources-2.gif"
		resourcesOff.src = "hover/hover-resources-1.gif"
		aboutOn.src = "hover/hover-about-2.gif"
		aboutOff.src = "hover/hover-about-1.gif"
		contactOn.src = "hover/hover-contact-2.gif"
		contactOff.src = "hover/hover-contact-1.gif"
		testimonialsOn.src = "hover/hover-testimonials-2.gif"
		testimonialsOff.src = "hover/hover-testimonials-1.gif"
	}
	else {
		homeOn = ""
		homeOff = ""
		productsOn = ""
		productsOff = ""
		resourcesOn = ""
		resourcesOff = ""
		aboutOn = ""
		aboutOff = ""
		contactOn = ""
		contactOff = ""
		testimonialsOn = ""
		testimonialsOff = ""
	}