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

		imageList[imageList.length] = imagePath + "COL99Area.jpg";
		imageList[imageList.length] = imagePath + "COL99Multi1.jpg";
		imageList[imageList.length] = imagePath + "COL99Multi2.jpg";
		imageList[imageList.length] = imagePath + "COLAArea.jpg";
		imageList[imageList.length] = imagePath + "COLAMulti.jpg";
		imageList[imageList.length] = imagePath + "COLB1Pair.jpg";
		imageList[imageList.length] = imagePath + "COLBArea.jpg";
		imageList[imageList.length] = imagePath + "COLBMulti.jpg";
		imageList[imageList.length] = imagePath + "COLC1Pair.jpg";
		imageList[imageList.length] = imagePath + "COLCArea.jpg";
		imageList[imageList.length] = imagePath + "COLCMulti.jpg";
		imageList[imageList.length] = imagePath + "COLD1Pair.jpg";
		imageList[imageList.length] = imagePath + "COLDArea.jpg";
		imageList[imageList.length] = imagePath + "COLDMulti.jpg";
