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

		imageList[imageList.length] = imagePath + "BVRArea.jpg";
		imageList[imageList.length] = imagePath + "BVRMulti.jpg";
