<!--Hide code from old browsers 
if (document.images) {
	//	top level labels
	home_on = new Image();									  
	home_off = new Image();
	home_on.src = "/images/nav_home_on.gif";				
	home_off.src = "/images/nav_home.gif";
	clientservices_on = new Image();									  
	clientservices_off = new Image();
	clientservices_on.src = "/images/nav_client_on.gif";				
	clientservices_off.src = "/images/nav_client.gif";
	nav_1_hd_on = new Image();									  
	nav_1_hd_off = new Image();
	nav_1_hd_on.src = "/images/nav_about_on.gif";				
	nav_1_hd_off.src = "/images/nav_about.gif";
	contactus_on = new Image();									  
	contactus_off = new Image();
	contactus_on.src = "/images/nav_contact_on.gif";				
	contactus_off.src = "/images/nav_contact.gif";
	nav_2_hd_on = new Image();									  
	nav_2_hd_off = new Image();
	nav_2_hd_on.src = "/images/nav_resources_on.gif";			
	nav_2_hd_off.src = "/images/nav_resources.gif";
		
	//preload dhtml sub nav for about section
	aboutnav_on = new Image();									  
	aboutnav_off = new Image();
	aboutnav_on.src = "/images/nav_about_on.gif";				
	aboutnav_off.src = "/images/nav_about_off.gif";
	team_on = new Image();									  
	team_off = new Image();
	team_on.src = "/images/nav_team_on.gif";				
	team_off.src = "/images/nav_team_off.gif";
	whycreor_on = new Image();										
	whycreor_off = new Image();
	whycreor_on.src = "/images/nav_whycreor_on.gif";			
	whycreor_off.src = "/images/nav_whycreor_off.gif";
	clients_on = new Image();										
	clients_off = new Image();
	clients_on.src = "/images/nav_clients_on.gif";						
	clients_off.src = "/images/nav_clients_off.gif";
	affiliations_on = new Image();										
	affiliations_off = new Image();
	affiliations_on.src = "/images/nav_affiliations_on.gif";					
	affiliations_off.src = "/images/nav_affiliations_off.gif";
	fineprint_on = new Image();										
	fineprint_off = new Image();
	fineprint_on.src = "/images/nav_fine_on.gif";			
	fineprint_off.src = "/images/nav_fine_off.gif";

	//preload dhtml sub nav for resources section
	resourcesnav_on = new Image();										
	resourcesnav_off = new Image();
	resourcesnav_on.src = "/images/nav_resources_on.gif";			
	resourcesnav_off.src = "/images/nav_resources_off.gif";
	seminars_on = new Image();										
	seminars_off = new Image();
	seminars_on.src = "/images/nav_seminars_on.gif";			
	seminars_off.src = "/images/nav_seminars_off.gif";
	clientstools_on = new Image();										
	clientstools_off = new Image();
	clientstools_on.src = "/images/nav_tools_on.gif";			
	clientstools_off.src = "/images/nav_tools_off.gif";
	newsletters_on = new Image();										
	newsletters_off = new Image();
	newsletters_on.src = "/images/nav_newsletter_on.gif";			
	newsletters_off.src = "/images/nav_newsletter_off.gif";
	literature_on = new Image();										
	literature_off = new Image();
	literature_on.src = "/images/nav_literature_on.gif";			
	literature_off.src = "/images/nav_literature_off.gif";
  
}

