﻿if (document.images) {	

	events_menu_on = new Image();			events_menu_on.src="images/home_splash/events_menu2.gif";	
	events_menu_off = new Image();			events_menu_off.src="images/home_splash/events_menu1.gif";	
	more_events_on = new Image();			more_events_on.src="images/home_splash/more_events2.gif";	
	more_events_off = new Image();			more_events_off.src="images/home_splash/more_events1.gif";	
	all_events_on = new Image();			all_events_on.src="images/home_splash/all_events2.gif";	
	all_events_off = new Image();			all_events_off.src="images/home_splash/all_events1.gif";	
	
	news_menu_on = new Image();				news_menu_on.src="images/home_splash/news_menu2.gif";	
	news_menu_off = new Image();			news_menu_off.src="images/home_splash/news_menu1.gif";	
	more_news_on = new Image();				more_news_on.src="images/home_splash/more_news2.gif";	
	more_news_off = new Image();			more_news_off.src="images/home_splash/more_news1.gif";	
	all_news_on = new Image();				all_news_on.src="images/home_splash/all_news2.gif";	
	all_news_off = new Image();				all_news_off.src="images/home_splash/all_news1.gif";	
		
	viewbook_menu_on = new Image();			viewbook_menu_on.src="images/home_splash/viewbook_menu2.gif";	
	viewbook_menu_off = new Image();		viewbook_menu_off.src="images/home_splash/viewbook_menu1.gif";	
	
	newsletter_menu_on = new Image();		newsletter_menu_on.src="images/home_splash/newsletter_menu2.gif";	
	newsletter_menu_off = new Image();		newsletter_menu_off.src="images/home_splash/newsletter_menu1.gif";	
	
	photos_menu_on = new Image();			photos_menu_on.src="images/home_splash/photos_menu2.gif";	
	photos_menu_off = new Image();			photos_menu_off.src="images/home_splash/photos_menu1.gif";	
	
	calendar_menu_on = new Image();			calendar_menu_on.src="images/home_splash/calendar_menu2.gif";	
	calendar_menu_off = new Image();		calendar_menu_off.src="images/home_splash/calendar_menu1.gif";	
	
	videos_menu_on = new Image();			videos_menu_on.src="images/home_splash/videos_menu2.gif";	
	videos_menu_off = new Image();			videos_menu_off.src="images/home_splash/videos_menu1.gif";	
	
	spotlight_menu_on = new Image();		spotlight_menu_on.src="images/home_splash/spotlight_menu2.gif";	
	spotlight_menu_off = new Image();		spotlight_menu_off.src="images/home_splash/spotlight_menu1.gif";	

}			