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

		imageList[imageList.length] = imagePath + "bigholeAreaX.jpg";
		imageList[imageList.length] = imagePath + "bighornAreaX.jpg";
		imageList[imageList.length] = imagePath + "bvrhdAreaX.jpg";
		imageList[imageList.length] = imagePath + "coloradoAllAreaX.jpg";
		imageList[imageList.length] = imagePath + "fpanAreaX.jpg";
		imageList[imageList.length] = imagePath + "greenAreaX.jpg";
		imageList[imageList.length] = imagePath + "nplatteAreaX.jpg";
		imageList[imageList.length] = imagePath + "rforkAreaX.jpg";
		imageList[imageList.length] = imagePath + "upgreenAreaX.jpg";
		imageList[imageList.length] = imagePath + "yellowstnAreaX.jpg";

