if (document.images) {	

	//main nav images

	awardson = new Image();
	awardson.src = "https://www.inknowvation.com/Images/nav/awards_roll.gif";
	awardsoff = new Image();
	awardsoff.src = "https://www.inknowvation.com/Images/nav/awards.gif";
	
	leadingon = new Image();
	leadingon.src = "http://www.inknowvation.com/Images/PageArt/redblackball.gif";
	leadingoff = new Image();
	leadingoff.src = "http://www.inknowvation.com/Images/PageArt/triangle.gif";
	
	largefirmon = new Image();
	largefirmon.src = "http://www.inknowvation.com/Images/PageArt/redblackball.gif";
	largefirmoff = new Image();
	largefirmoff.src = "http://www.inknowvation.com/Images/PageArt/triangle.gif";
	
	stateson = new Image();
	stateson.src = "http://www.inknowvation.com/Images/PageArt/redblackball.gif";
	statesoff = new Image();
	statesoff.src = "http://www.inknowvation.com/Images/PageArt/triangle.gif";
	
	nocoston = new Image();
	nocoston.src = "https://www.inknowvation.com/Images/nav/nocost_roll.gif";
	nocostoff = new Image();
	nocostoff.src = "https://www.inknowvation.com/Images/nav/nocost.gif";


	basicon = new Image();
	basicon.src = "https://www.inknowvation.com/Images/nav/basic_roll.gif";
	basicoff = new Image();
	basicoff.src = "https://www.inknowvation.com/Images/nav/basic.gif";


	memberon = new Image();
	memberon.src = "https://www.inknowvation.com/Images/nav/member_roll.gif";
	memberoff = new Image();
	memberoff.src = "https://www.inknowvation.com/Images/nav/member.gif";


	associateon = new Image();
	associateon.src = "https://www.inknowvation.com/Images/nav/associate_roll.gif";
	associateoff = new Image();
	associateoff.src = "https://www.inknowvation.com/Images/nav/associate.gif";


	principalon = new Image();
	principalon.src = "https://www.inknowvation.com/Images/nav/principal_roll.gif";
	principaloff = new Image();
	principaloff.src = "https://www.inknowvation.com/Images/nav/principal.gif";

	
	//descriptions
	
	achiev = new Image();
	achiev.src = "https://www.inknowvation.com/Images/nav/description_achiev.gif";
	
	leading = new Image();
	leading.src = "https://www.inknowvation.com/Images/nav/description_leading.gif";
	
	largefirm = new Image();
	largefirm.src = "https://www.inknowvation.com/Images/nav/description_largefirm.gif";
	
	states = new Image();
	states.src = "https://www.inknowvation.com/Images/nav/description_states.gif";

	nocost = new Image();
	nocost.src = "https://www.inknowvation.com/Images/nav/description_nocost.gif";

	basic = new Image();
	basic.src = "https://www.inknowvation.com/Images/nav/description_basic.gif";

	member = new Image();
	member.src = "https://www.inknowvation.com/Images/nav/description_member.gif";

	associate = new Image();
	associate.src = "https://www.inknowvation.com/Images/nav/description_associate.gif";

	principal = new Image();
	principal.src = "https://www.inknowvation.com/Images/nav/description_principal.gif";
	
}