	// Initialize the array
		var imageList = new Array();
	
	// The path to the images
		var imagePath = "images/globalNav/"; 
	
		// var globalPath = imagePath + "Nav/Global/";
		
		imageList[imageList.length] = imagePath + "aboutActive.gif";
		imageList[imageList.length] = imagePath + "aboutGiftsActive.gif";
		imageList[imageList.length] = imagePath + "aboutGiftsOver.gif";
		imageList[imageList.length] = imagePath + "aboutHistoryActive.gif";
		imageList[imageList.length] = imagePath + "aboutHistoryOver.gif";
		imageList[imageList.length] = imagePath + "aboutInactive.gif";
		imageList[imageList.length] = imagePath + "aboutLegacyActive.gif";
		imageList[imageList.length] = imagePath + "aboutLegacyOver.gif";
		imageList[imageList.length] = imagePath + "aboutOver.gif";
		imageList[imageList.length] = imagePath + "aboutPartnersActive.gif";
		imageList[imageList.length] = imagePath + "aboutPartnersOver.gif";
		imageList[imageList.length] = imagePath + "aboutServiceActive.gif";
		imageList[imageList.length] = imagePath + "aboutServiceOver.gif";
		imageList[imageList.length] = imagePath + "contactsActive.gif";
		imageList[imageList.length] = imagePath + "contactsLinksActive.gif";
		imageList[imageList.length] = imagePath + "contactsLinksOver.gif";
		imageList[imageList.length] = imagePath + "contactsInactive.gif";
		imageList[imageList.length] = imagePath + "contactsOver.gif";
		imageList[imageList.length] = imagePath + "homeActive.gif";
		imageList[imageList.length] = imagePath + "homeInactive.gif";
		imageList[imageList.length] = imagePath + "homeOver.gif";
		imageList[imageList.length] = imagePath + "newsInNewsActive.gif";
		imageList[imageList.length] = imagePath + "newsInNewsOver.gif";
		imageList[imageList.length] = imagePath + "newsEventsActive.gif";
		imageList[imageList.length] = imagePath + "newsEventsOver.gif";
		imageList[imageList.length] = imagePath + "newsInactive.gif";
		imageList[imageList.length] = imagePath + "newsNewsletterActive.gif";
		imageList[imageList.length] = imagePath + "newsNewsletterOver.gif";
		imageList[imageList.length] = imagePath + "newsOver.gif";
		imageList[imageList.length] = imagePath + "newsReleasesActive.gif";
		imageList[imageList.length] = imagePath + "newsReleasesOver.gif";
		imageList[imageList.length] = imagePath + "newsWorkshopsActive.gif";
		imageList[imageList.length] = imagePath + "newsWorkshopsOver.gif";
		imageList[imageList.length] = imagePath + "dbActive.gif";
		imageList[imageList.length] = imagePath + "dbExpectActive.gif";
		imageList[imageList.length] = imagePath + "dbExpectOver.gif";
		imageList[imageList.length] = imagePath + "dbGuidelinesActive.gif";
		imageList[imageList.length] = imagePath + "dbGuidelinesOver.gif";
		imageList[imageList.length] = imagePath + "dbYouthActive.gif";
		imageList[imageList.length] = imagePath + "dbYouthOver.gif";
		imageList[imageList.length] = imagePath + "dbInactive.gif";
		imageList[imageList.length] = imagePath + "dbOver.gif";
		imageList[imageList.length] = imagePath + "profilesActive.gif";
		imageList[imageList.length] = imagePath + "profilesAgysActive.gif";
		imageList[imageList.length] = imagePath + "profilesAgysOver.gif";
		imageList[imageList.length] = imagePath + "profilesVolsActive.gif";
		imageList[imageList.length] = imagePath + "profilesVolsOver.gif";
		imageList[imageList.length] = imagePath + "vcLogo.gif";
		imageList[imageList.length] = imagePath + "vcLogo_rollover.gif";
		imageList[imageList.length] = imagePath + "whyActive.gif";
		imageList[imageList.length] = imagePath + "whyAgysActive.gif";
		imageList[imageList.length] = imagePath + "whyAgysOver.gif";
		imageList[imageList.length] = imagePath + "whyVolsActive.gif";
		imageList[imageList.length] = imagePath + "whyVolsOver.gif";
		imageList[imageList.length] = imagePath + "whyFAQActive.gif";
		imageList[imageList.length] = imagePath + "whyFAQOver.gif";
		imageList[imageList.length] = imagePath + "whyInactive.gif";
		imageList[imageList.length] = imagePath + "whyOver.gif";
		imageList[imageList.length] = imagePath + "whySpeakActive.gif";
		imageList[imageList.length] = imagePath + "whySpeakOver.gif";
