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

		imageList[imageList.length] = imagePath + "SPLA2Pair.jpg";
		imageList[imageList.length] = imagePath + "SPLAarea.jpg";
