<!--Hide code from old browsers 
if (document.images) {
	about_team_on     = new Image();              				
	about_team_off     = new Image();   
    about_team_on.src = "/images/subnav_team_on.gif";    
	about_team_off.src = "/images/subnav_team_off.gif";
	about_whycreor_on     = new Image();              				
	about_whycreor_off     = new Image();   
    about_whycreor_on.src = "/images/subnav_whycreor_on.gif";    
	about_whycreor_off.src = "/images/subnav_whycreor_off.gif";
	about_clients_on     = new Image();              				
	about_clients_off     = new Image();   
    about_clients_on.src = "/images/subnav_clients_on.gif";    
	about_clients_off.src = "/images/subnav_clients_off.gif";
	about_affiliations_on     = new Image();              				
	about_affiliations_off     = new Image();   
    about_affiliations_on.src = "/images/subnav_affiliations_on.gif";    
	
	about_affiliations_off.src = "/images/subnav_affiliations_off.gif";
	about_fineprint_on     = new Image();              				
	about_fineprint_off     = new Image();   
    about_fineprint_on.src = "/images/subnav_fineprint_on.gif";    
	about_fineprint_off.src = "/images/subnav_fineprint_off.gif";  
}

