	<!--
		var imgArray = ["home", "company", "products", "news", "links", "contacts", "clients", "staff", "agents", "rocket", "eight"];
	
		if (document.images) 
		{
			blank = new Image();
			blank = "images/1menu-blank.gif";
			homeOn = new Image();
			homeOn = "images/1menu-home-on.gif";
			homeTxt = new Image();
			homeTxt = "images/1menu-home-txt.gif";
			companyOn = new Image();
			companyOn = "images/1menu-company-on.gif";
			companyTxt = new Image();
			companyTxt = "images/1menu-company-txt.gif";
			productsOn = new Image();
			productsOn = "images/1menu-products-on.gif";
			productsTxt = new Image();
			productsTxt = "images/1menu-products-txt.gif";
			newsOn = new Image();
			newsOn = "images/1menu-news-on.gif";
			newsTxt = new Image();
			newsTxt = "images/1menu-news-txt.gif";
			linksOn = new Image();
			linksOn = "images/1menu-links-on.gif";
			linksTxt = new Image();
			linksTxt = "images/1menu-links-txt.gif";
			contactsOn = new Image();
			contactsOn = "images/1menu-contacts-on.gif";
			contactsTxt = new Image();
			contactsTxt = "images/1menu-contacts-txt.gif";
			clientsOn = new Image();
			clientsOn = "images/1menu-clients-on.gif";
			clientsTxt = new Image();
			clientsTxt = "images/1menu-clients-txt.gif";
			agentsOn = new Image();
			agentsOn = "images/1menu-agents-on.gif";
			agentsTxt = new Image();
			agentsTxt = "images/1menu-agents-txt.gif";
			staffOn = new Image();
			staffOn = "images/1menu-staff-on.gif";
			staffTxt = new Image();
			staffTxt = "images/1menu-staff-txt.gif";
			rocketOn = new Image();
			rocketOn = "images/1menu-rocket-on.gif";
			rocketTxt = new Image();
			rocketTxt = "images/1menu-rocket-txt.gif";
			eightOn = new Image();
			eightOn = "images/1menu-eight-on.gif";
			eightTxt = new Image();
			eightTxt = "images/1menu-eight-txt.gif";
		}
	
	function swap(img, status)
	{
		if (status)
		{
			eval("document."+img+".src = \"images/1menu-"+img+"-on.gif\"");
			eval("document.text.src = \"images/1menu-"+img+"-txt.gif\"");
		}
		else
		{
			eval("document."+img+".src = \"images/1menu-"+img+".gif\"");
			document.text.src = "images/1menu-blank.gif";
		}
	}
	
	// -->
