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

		imageList[imageList.length] = imagePath + "RFKArea.jpg";
		imageList[imageList.length] = imagePath + "RFKMulti.jpg";
