		if (document.images) {
			homeon = new Image;
			homeoff = new Image;
			massageon = new Image;
			massageoff = new Image;
			faqson = new Image;
			faqsoff = new Image;
			serviceson = new Image;
			servicesoff = new Image;
			contacton = new Image;
			contactoff = new Image;
			directionson = new Image;
			directionsoff = new Image;
			hlinkson = new Image;
			hlinksoff = new Image;
			abouton = new Image;
			aboutoff = new Image;
			healthon = new Image;
			healthoff = new Image;
			
			homeon.src = "images/home2.gif";
			homeoff.src = "images/home1.gif";
			massageon.src = "images/massage2.gif";
			massageoff.src = "images/massage1.gif";
			faqson.src = "images/faq2.gif";
			faqsoff.src = "images/faq1.gif";
			serviceson.src = "images/services2.gif";
			servicesoff.src = "images/services1.gif";
			contacton.src = "images/contact2.gif";
			contactoff.src = "images/contact1.gif";
			directionson.src = "images/directions2.gif";
			directionsoff.src = "images/directions1.gif";
			hlinkson.src = "images/hlinks2.gif";
			hlinksoff.src = "images/hlinks1.gif";
			abouton.src = "images/about2.gif";
			aboutoff.src = "images/about1.gif";
			healthon.src = "images/health2.gif";
			healthoff.src = "images/health1.gif";
			}
			
		else {
			homeon = "";
			homeoff = "";
			massageon = "";
			massageoff = "";
			faqson = "";
			faqsoff = "";
			serviceson = "";
			servicesoff = "";
			contacton = "";
			contactoff = "";
			directionson = "";
			directionsoff = "";
			hlinkson = "";
			hlinksoff = "";
			abouton = "";
			aboutoff = "";
			healthon = "";
			healthoff = "";
			}