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

		imageList[imageList.length] = imagePath + "GRNBCArea.jpg";
		imageList[imageList.length] = imagePath + "GRNBCMulti.jpg";
		imageList[imageList.length] = imagePath + "GRNBCPair.jpg";
		imageList[imageList.length] = imagePath + "GRN99Area.jpg";
		imageList[imageList.length] = imagePath + "GRN99Multi.jpg";
		imageList[imageList.length] = imagePath + "GRN99Pair.jpg";
		imageList[imageList.length] = imagePath + "GRNA2Pair.jpg";
		imageList[imageList.length] = imagePath + "GRNAarea.jpg";

