if (document.images) {
	hmbtnon = new Image;
	hmbtnon.src = "/images/nav/hmbtn_on.gif";
	hmbtnoff = new Image;
	hmbtnoff.src = "/images/nav/hmbtn_off.gif";
	
	abouton = new Image;
	abouton.src = "/images/nav/about_on.gif";
	aboutoff = new Image;
	aboutoff.src = "/images/nav/about_off.gif";
	
	contacton = new Image;
	contacton.src = "/images/nav/contact_on.gif";
	contactoff = new Image;
	contactoff.src = "/images/nav/contact_off.gif";
	
	entrepreneuron = new Image;
	entrepreneuron.src = "/images/nav/entrepreneur_on.gif";
	entrepreneuroff = new Image;
	entrepreneuroff.src = "/images/nav/entrepreneur_off.gif";
	
	investoron = new Image;
	investoron.src = "/images/nav/investor_on.gif";
	investoroff = new Image;
	investoroff.src = "/images/nav/investor_off.gif";
	
	newson = new Image;
	newson.src = "/images/nav/news_on.gif";
	newsoff = new Image;
	newsoff.src = "/images/nav/news_off.gif";
	
	portfolioon = new Image;
	portfolioon.src = "/images/nav/portfolio_on.gif";
	portfoliooff = new Image;
	portfoliooff.src = "/images/nav/portfolio_off.gif";
	
	relationshipson = new Image;
	relationshipson.src = "/images/nav/relationships_on.gif";
	relationshipsoff = new Image;
	relationshipsoff.src = "/images/nav/relationships_off.gif";
	
	teamon = new Image;
	teamon.src = "/images/nav/team_on.gif";
	teamoff = new Image;
	teamoff.src = "/images/nav/team_off.gif";
}