function MM_preLoadDefaultNavImages() {
	MM_preloadImages(
	'<%=PageController.PageLayoutPath %>images/btn_news_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_news_active.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_calendar_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_calendar_active.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_gallery_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_gallery_active.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_leagues_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_leagues_active.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_instruction_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_instruction_active.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_downloads_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_downloads_active.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_membership_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_membership_active.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_admin_over.jpg',
	'<%=PageController.PageLayoutPath %>images/btn_admin_active.jpg');
}

function MM_preLoadSplashNavImages() {
	MM_preloadImages(
	    '<%=PageController.PageLayoutPath %>images/directions_over.jpg',
	    '<%=PageController.PageLayoutPath %>images/cluboverview_over.jpg');
}

