if(document.images)
{
	athletic_awards_off = new Image();	athletic_awards_off.src="/images/navigation/athletic_awards_off.gif";
	athletic_awards_on = new Image();	athletic_awards_on.src="/images/navigation/athletic_awards_on.gif";
	
	booster_club_off = new Image();	booster_club_off.src="/images/navigation/booster_club_off.gif";
	booster_club_on = new Image();	booster_club_on.src="/images/navigation/booster_club_on.gif";
	
	coaches_information_off = new Image();	coaches_information_off.src="/images/navigation/coaches_information_off.gif";
	coaches_information_on = new Image();	coaches_information_on.src="/images/navigation/coaches_information_on.gif";
	
	donation_opportunities_off = new Image();	donation_opportunities_off.src="/images/navigation/donation_opportunities_off.gif";
	donation_opportunities_on = new Image();	donation_opportunities_on.src="/images/navigation/donation_opportunities_on.gif";
	
	dons_store_off = new Image();	dons_store_off.src="/images/navigation/dons_store_off.gif";
	dons_store_on = new Image();	dons_store_on.src="/images/navigation/dons_store_on.gif";
	
	facilities_off = new Image();	facilities_off.src="/images/navigation/facilities_off.gif";
	facilities_on = new Image();	facilities_on.src="/images/navigation/facilities_on.gif";
	
	photo_gallery_off = new Image();	photo_gallery_off.src="/images/navigation/photo_gallery_off.gif";
	photo_gallery_on = new Image();	photo_gallery_on.src="/images/navigation/photo_gallery_on.gif";
	
	movies_off = new Image();	movies_off.src="/images/navigation/movies_off.gif";
	movies_on = new Image();	movies_on.src="/images/navigation/movies_on.gif";
	
	ncaa_counselor_off = new Image();	ncaa_counselor_off.src="/images/navigation/ncaa_counselor_off.gif";
	ncaa_counselor_on = new Image();	ncaa_counselor_on.src="/images/navigation/ncaa_counselor_on.gif";
	
	newsletters_off = new Image();	newsletters_off.src="/images/navigation/newsletters_off.gif";
	newsletters_on = new Image();	newsletters_on.src="/images/navigation/newsletters_on.gif";
	
	roundtable_off = new Image();	roundtable_off.src="/images/navigation/roundtable_off.gif";
	roundtable_on = new Image();	roundtable_on.src="/images/navigation/roundtable_on.gif";
	
	schedules_off = new Image();	schedules_off.src="/images/navigation/schedules_off.gif";
	schedules_on = new Image();	schedules_on.src="/images/navigation/schedules_on.gif";
	
	tournament_info_off = new Image();	tournament_info_off.src="/images/navigation/tournament_info_off.gif";
	tournament_info_on = new Image();	tournament_info_on.src="/images/navigation/tournament_info_on.gif";
	
	training_corner_off = new Image();	training_corner_off.src="/images/navigation/training_corner_off.gif";
	training_corner_on = new Image();	training_corner_on.src="/images/navigation/training_corner_on.gif";
	
	ye_ole_gang_off = new Image();	ye_ole_gang_off.src="/images/navigation/ye_ole_gang_off.gif";
	ye_ole_gang_on = new Image();	ye_ole_gang_on.src="/images/navigation/ye_ole_gang_on.gif";
	
	volunteer_opportunities_off = new Image();	volunteer_opportunities_off.src="/images/navigation/volunteer_opportunities_off.gif";
	volunteer_opportunities_on = new Image();	volunteer_opportunities_on.src="/images/navigation/volunteer_opportunities_on.gif";
}

function imageRoll(picName,picState)
{
	if(document.images)
	{
		document.images[picName].src = eval(picName + '_' + picState + '.src');
	}
}

