	
		

	
			if (document.images)    {
					homeOff = new Image;
					homeOn = new Image;
					aboutfengshuiOff = new Image;
					aboutfengshuiOn = new Image;
					servicesOff = new Image;
					servicesOn = new Image;
					newsOff = new Image;
					newsOn = new Image;
					meetjoelleOff = new Image;
					meetjoelleOn = new Image;
					resourcesOff = new Image;
					resourcesOn = new Image;
					contactOff = new Image;
					contactOn = new Image;
					
					root = 'http://www.kurveelements.com/';
				
					homeOff.src = root + 'images/nav_home_off.gif';
					homeOn.src = root + 'images/nav_home_on.gif';
					aboutfengshuiOff.src = root + 'images/nav_aboutfengshui_off.gif';
					aboutfengshuiOn.src = root + 'images/nav_aboutfengshui_on.gif';
					servicesOff.src = root + 'images/nav_services_off.gif';
					servicesOn.src = root + 'images/nav_services_on.gif';
					newsOff.src = root + 'images/nav_news_off.gif';
					newsOn.src = root + 'images/nav_news_on.gif';
					meetjoelleOff.src = root + 'images/nav_meetjoelle_off.gif';
					meetjoelleOn.src = root + 'images/nav_meetjoelle_on.gif';
					resourcesOff.src = root + 'images/nav_resources_off.gif';
					resourcesOn.src = root + 'images/nav_resources_on.gif';
					contactOff.src = root + 'images/nav_contact_off.gif';
					contactOn.src = root + 'images/nav_contact_on.gif';
	
			}
			else    {
					homeOff = ""
					homeOn = ""
					aboutfengshuiOff = ""
					aboutfengshuiOn = ""
					servicesOff = ""
					servicesOn = ""
					newsOff = ""
					newsOn = ""
					meetjoelleOff = ""
					meetjoelleOn = ""
					resourcesOff = ""
					resourcesOn = ""
					contactOff = ""
					contactOn = ""
					document.home = ""
					document.aboutfengshui = ""
					document.services = ""
					document.news = ""
					document.meetjoelle = ""
					document.resources = ""
					document.contact = ""
			}

	
