if (document.images){	homePage_On = new Image ();	homePage_On.src = (navigationRootFolder + "navigation/homePage_On.gif");	homePage_Off = new Image ();	homePage_Off.src = (navigationRootFolder + "navigation/homePage_Off.gif");	whatsNew_On = new Image ();	whatsNew_On.src = (navigationRootFolder + "navigation/whatsNew_On.gif");	whatsNew_Off = new Image ();	whatsNew_Off.src = (navigationRootFolder + "navigation/whatsNew_Off.gif");	newsletter_On = new Image ();	newsletter_On.src = (navigationRootFolder + "navigation/newsletter_On.gif");	newsletter_Off = new Image ();	newsletter_Off.src = (navigationRootFolder + "navigation/newsletter_Off.gif");	freeBees_On = new Image ();	freeBees_On.src = (navigationRootFolder + "navigation/freeBees_On.gif");	freeBees_Off = new Image ();	freeBees_Off.src = (navigationRootFolder + "navigation/freeBees_Off.gif");	crossStitch_On = new Image ();	crossStitch_On.src = (navigationRootFolder + "navigation/crossStitch_On.gif");	crossStitch_Off = new Image ();	crossStitch_Off.src = (navigationRootFolder + "navigation/crossStitch_Off.gif");	paintings_On = new Image ();	paintings_On.src = (navigationRootFolder + "navigation/paintings_On.gif");	paintings_Off = new Image ();	paintings_Off.src = (navigationRootFolder + "navigation/paintings_Off.gif");	stationery_On = new Image ();	stationery_On.src = (navigationRootFolder + "navigation/stationery_On.gif");	stationery_Off = new Image ();	stationery_Off.src = (navigationRootFolder + "navigation/stationery_Off.gif");	seeTheEvolution_On = new Image ();	seeTheEvolution_On.src = (navigationRootFolder + "navigation/seeTheEvolution_On.gif");	seeTheEvolution_Off = new Image ();	seeTheEvolution_Off.src = (navigationRootFolder + "navigation/seeTheEvolution_Off.gif");	customSolutions_On = new Image ();	customSolutions_On.src = (navigationRootFolder + "navigation/customSolutions_On.gif");	customSolutions_Off = new Image ();	customSolutions_Off.src = (navigationRootFolder + "navigation/customSolutions_Off.gif");	stores_On = new Image ();	stores_On.src = (navigationRootFolder + "navigation/stores_On.gif");	stores_Off = new Image ();	stores_Off.src = (navigationRootFolder + "navigation/stores_Off.gif");	aboutUs_On = new Image ();	aboutUs_On.src = (navigationRootFolder + "navigation/aboutUs_On.gif");	aboutUs_Off = new Image ();	aboutUs_Off.src = (navigationRootFolder + "navigation/aboutUs_Off.gif");	contactUs_On = new Image ();	contactUs_On.src = (navigationRootFolder + "navigation/contactUs_On.gif");	contactUs_Off = new Image ();	contactUs_Off.src = (navigationRootFolder + "navigation/contactUs_Off.gif");	guestBook_On = new Image ();	guestBook_On.src = (navigationRootFolder + "navigation/guestBook_On.gif");	guestBook_Off = new Image ();	guestBook_Off.src = (navigationRootFolder + "navigation/guestBook_Off.gif");	siteMap_On = new Image ();	siteMap_On.src = (navigationRootFolder + "navigation/siteMap_On.gif");	siteMap_Off = new Image ();	siteMap_Off.src = (navigationRootFolder + "navigation/siteMap_Off.gif");	webSiteCredits_On = new Image ();	webSiteCredits_On.src = (navigationRootFolder + "navigation/webSiteCredits_On.gif");	webSiteCredits_Off = new Image ();	webSiteCredits_Off.src = (navigationRootFolder + "navigation/webSiteCredits_Off.gif");}function mouseOverImage (theImageName){	if (document.images)	{		document[theImageName].src = eval (theImageName + "_On.src");	}}function mouseOutOfImage (theImageName){	if (document.images)	{		document[theImageName].src = eval (theImageName + "_Off.src");	}}