if (document.images) {	

   	home_on = new Image();					home_on.src="images/navigation/home2.gif";  
	home_off = new Image(); 				home_off.src="images/navigation/home1.gif";  		
	
   	register_on = new Image();				register_on.src="images/navigation/register2.gif";  
	register_off = new Image(); 			register_off.src="images/navigation/register1.gif";  		
	
   	seasons_on = new Image();				seasons_on.src="images/navigation/seasons2.gif";  
	seasons_off = new Image(); 				seasons_off.src="images/navigation/seasons1.gif";  		
	
   	website_on = new Image();				website_on.src="images/navigation/website2.gif";  
	website_off = new Image(); 				website_off.src="images/navigation/website1.gif";  		
	
   	help_on = new Image();					help_on.src="images/navigation/help2.gif";  
	help_off = new Image(); 				help_off.src="images/navigation/help1.gif";  			
	
   	contact_on = new Image();				contact_on.src="images/navigation/contact2.gif";  
	contact_off = new Image(); 				contact_off.src="images/navigation/contact1.gif";  		
	
   	
   	season_2008_2009_on = new Image();		season_2008_2009_on.src="images/navigation/season_2008-2009b.gif";  
	season_2008_2009_off = new Image(); 	season_2008_2009_off.src="images/navigation/season_2008-2009a.gif";  				
	
	season_2007_2008_on = new Image();		season_2007_2008_on.src="images/navigation/season_2007-2008b.gif";  
	season_2007_2008_off = new Image(); 	season_2007_2008_off.src="images/navigation/season_2007-2008a.gif";  				
	
   	season_2006_2007_on = new Image();		season_2006_2007_on.src="images/navigation/season_2006-2007b.gif";  
	season_2006_2007_off = new Image(); 	season_2006_2007_off.src="images/navigation/season_2006-2007a.gif";  		
		
}