<!--		Normal1 = new Image();		Normal1.src = "http://www.ilexsoft.com/gfx/nav_home.gif";		Highlight1 = new Image();		Highlight1.src = "http://www.ilexsoft.com/gfx/nav_home_on.gif";		Normal2 = new Image();		Normal2.src = "http://www.ilexsoft.com/gfx/nav_products.gif";		Highlight2 = new Image();		Highlight2.src = "http://www.ilexsoft.com/gfx/nav_products_on.gif";		Normal3 = new Image();		Normal3.src = "http://www.ilexsoft.com/gfx/nav_downloads.gif";		Highlight3 = new Image();		Highlight3.src = "http://www.ilexsoft.com/gfx/nav_downloads_on.gif";				Normal4 = new Image();		Normal4.src = "http://www.ilexsoft.com/gfx/nav_support.gif";		Highlight4 = new Image();		Highlight4.src = "http://www.ilexsoft.com/gfx/nav_support_on.gif";		Normal5 = new Image();		Normal5.src = "http://www.ilexsoft.com/gfx/nav_about.gif";		Highlight5 = new Image();		Highlight5.src = "http://www.ilexsoft.com/gfx/nav_about_on.gif";		Normal6 = new Image();		Normal6.src = "http://www.ilexsoft.com/gfx/nav_store.gif";		Highlight6 = new Image();		Highlight6.src = "http://www.ilexsoft.com/gfx/nav_store_on.gif";		function MouseOverEffect(ImageNumber,ImageObject)		{		window.document.images[ImageNumber].src = ImageObject.src;		}	//-->