<!--
if (document.images) {
	hpimage1on = new Image();
	hpimage1on.src = "images/home_on.gif";

	hpimage2on = new Image();
	hpimage2on.src = "images/company_on.gif";

	hpimage3on = new Image();
	hpimage3on.src = "images/services_on.gif";

	hpimage4on = new Image();
	hpimage4on.src = "images/partners_on.gif";

	hpimage5on = new Image();
	hpimage5on.src = "images/affiliate_on.gif";
	
	hpimage6on = new Image();
	hpimage6on.src = "images/brochure_on.gif";
	
	hpimage7on = new Image();
	hpimage7on.src = "images/blog_on.gif";
	
	
	hpimage8on = new Image();
	hpimage8on.src = "images/franchisemodeling_on.gif";
	
	hpimage9on = new Image();
	hpimage9on.src = "images/franchisebusiness_on.gif";
	
	hpimage10on = new Image();
	hpimage10on.src = "images/franchisemarketing_on.gif";
	
	hpimage11on = new Image();
	hpimage11on.src = "images/contact_on.gif";
	
	

	
		
	//TURN OFF
	
	hpimage1off = new Image();
	hpimage1off.src = "images/home.gif";

	hpimage2off = new Image();
	hpimage2off.src = "images/company.gif";

	hpimage3off = new Image();
	hpimage3off.src = "images/services.gif";

	hpimage4off = new Image();
	hpimage4off.src = "images/partners.gif";

	hpimage5off = new Image();
	hpimage5off.src = "images/affiliate.gif";
	
	hpimage6off = new Image();
	hpimage6off.src = "images/brochure.gif";
	
	hpimage7off = new Image();
	hpimage7off.src = "images/blog.gif";
	
	
	hpimage8off = new Image();
	hpimage8off.src = "images/franchisemodeling.gif";
	
	hpimage9off = new Image();
	hpimage9off.src = "images/franchisebusiness.gif";
	
	hpimage10off = new Image();
	hpimage10off.src = "images/franchisemarketing.gif";
	
	hpimage11off = new Image();
	hpimage11off.src = "images/contact.gif";	
	
	

		
}

function turnOn(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "on.src");
	}
}

function turnOff(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "off.src");
	}
}
// -->
