	// Initialize the array
		var imageList = new Array();
	
	// The path to the images
		var imagePath = "../images/common/"; 

		imageList[imageList.length] = imagePath + "fish_1.gif";
		imageList[imageList.length] = imagePath + "masthead.jpg";
		imageList[imageList.length] = imagePath + "mastheadL.gif";
		imageList[imageList.length] = imagePath + "masthead1.gif";


	// The path to the images
		var imagePath = "../images/globalNav/"; 
	
		// var globalPath = imagePath + "Nav/Global/";
		
		imageList[imageList.length] = imagePath + "contact_inactive.jpg";
		imageList[imageList.length] = imagePath + "contact_over.jpg";
		imageList[imageList.length] = imagePath + "endorseActive.gif";
		imageList[imageList.length] = imagePath + "endorseInactive.gif";
		imageList[imageList.length] = imagePath + "endorseOver.gif";
		imageList[imageList.length] = imagePath + "featuresActive.gif";
		imageList[imageList.length] = imagePath + "featuresInactive.gif";
		imageList[imageList.length] = imagePath + "featuresOver.gif";
		imageList[imageList.length] = imagePath + "homeActive.gif";
		imageList[imageList.length] = imagePath + "homeInactive.gif";
		imageList[imageList.length] = imagePath + "homeOver.gif";
		imageList[imageList.length] = imagePath + "linkActive.gif";
		imageList[imageList.length] = imagePath + "linkInactive.gif";
		imageList[imageList.length] = imagePath + "linkOver.gif";
		imageList[imageList.length] = imagePath + "postersActive.gif";
		imageList[imageList.length] = imagePath + "postersInactive.gif";
		imageList[imageList.length] = imagePath + "postersOver.gif";
		imageList[imageList.length] = imagePath + "riversActive.gif";
		imageList[imageList.length] = imagePath + "riversInactive.gif";
		imageList[imageList.length] = imagePath + "riversOver.gif";
		imageList[imageList.length] = imagePath + "beaverheadActive.gif";
		imageList[imageList.length] = imagePath + "beaverheadOver.gif";
		imageList[imageList.length] = imagePath + "bigholeActive.gif";
		imageList[imageList.length] = imagePath + "bigholeOver.gif";
		imageList[imageList.length] = imagePath + "bighornActive.gif";
		imageList[imageList.length] = imagePath + "bighornOver.gif";
		imageList[imageList.length] = imagePath + "cheesmanActive.gif";
		imageList[imageList.length] = imagePath + "cheesmanOver.gif";
		imageList[imageList.length] = imagePath + "coloradoActive.gif";
		imageList[imageList.length] = imagePath + "coloradoOver.gif";
		imageList[imageList.length] = imagePath + "fpanActive.gif";
		imageList[imageList.length] = imagePath + "fpanOver.gif";
		imageList[imageList.length] = imagePath + "greenutActive.gif";
		imageList[imageList.length] = imagePath + "greenutOver.gif";
		imageList[imageList.length] = imagePath + "greenwyActive.gif";
		imageList[imageList.length] = imagePath + "greenwyOver.gif";
		imageList[imageList.length] = imagePath + "nplatteActive.gif";
		imageList[imageList.length] = imagePath + "nplatteOver.gif";
		imageList[imageList.length] = imagePath + "rforkActive.gif";
		imageList[imageList.length] = imagePath + "rforkOver.gif";
		imageList[imageList.length] = imagePath + "yellowstoneActive.gif";
		imageList[imageList.length] = imagePath + "yellowstoneOver.gif";
