	// Initialize the array
		var imageList = new Array();
	
	// The path to the images
		var imagePath = "images/home/"; 
		
		imageList[imageList.length] = imagePath + "certificate.jpg";
		imageList[imageList.length] = imagePath + "classical_inactive.jpg";
		imageList[imageList.length] = imagePath + "classical_over.jpg";
		imageList[imageList.length] = imagePath + "etcetera_inactive.jpg";
		imageList[imageList.length] = imagePath + "etcetera_over.jpg";
		imageList[imageList.length] = imagePath + "florals_inactive.jpg";
		imageList[imageList.length] = imagePath + "florals_over.jpg";
		imageList[imageList.length] = imagePath + "heritage_inactive.jpg";
		imageList[imageList.length] = imagePath + "heritage_over.jpg";
		imageList[imageList.length] = imagePath + "quotables_inactive.jpg";
		imageList[imageList.length] = imagePath + "quotables_over.jpg";


	// Initialize the array
		var imageList = new Array();
	
	// The path to the images
		var imagePath = "images/globalNav/"; 
	
		// var globalPath = imagePath + "Nav/Global/";
		
		imageList[imageList.length] = imagePath + "bioActive.gif";
		imageList[imageList.length] = imagePath + "bioInactive.gif";
		imageList[imageList.length] = imagePath + "bioOver.gif";
		imageList[imageList.length] = imagePath + "blank1.gif";
		imageList[imageList.length] = imagePath + "blankcenter.gif";
		imageList[imageList.length] = imagePath + "blankend1.gif";
		imageList[imageList.length] = imagePath + "blankend2.gif";
		imageList[imageList.length] = imagePath + "classicalActive.gif";
		imageList[imageList.length] = imagePath + "classicalOver.gif";
		imageList[imageList.length] = imagePath + "contactInactive.gif";
		imageList[imageList.length] = imagePath + "contactOver.gif";
		imageList[imageList.length] = imagePath + "etceteraActive.gif";
		imageList[imageList.length] = imagePath + "etceteraOver.gif";
		imageList[imageList.length] = imagePath + "feedbackActive.gif";
		imageList[imageList.length] = imagePath + "feedbackInactive.gif";
		imageList[imageList.length] = imagePath + "feedbackOver.gif";
		imageList[imageList.length] = imagePath + "floralsActive.gif";
		imageList[imageList.length] = imagePath + "floralsOver.gif";
		imageList[imageList.length] = imagePath + "galleriesActive.gif";
		imageList[imageList.length] = imagePath + "galleriesInactive.gif";
		imageList[imageList.length] = imagePath + "galleriesOver.gif";
		imageList[imageList.length] = imagePath + "guaranteeActive.gif";
		imageList[imageList.length] = imagePath + "guaranteeInactive.gif";
		imageList[imageList.length] = imagePath + "guaranteeOver.gif";
		imageList[imageList.length] = imagePath + "heritageActive.gif";
		imageList[imageList.length] = imagePath + "heritageOver.gif";
		imageList[imageList.length] = imagePath + "homeActive.gif";
		imageList[imageList.length] = imagePath + "homeInactive.gif";
		imageList[imageList.length] = imagePath + "homeOver.gif";
		imageList[imageList.length] = imagePath + "linksActive.gif";
		imageList[imageList.length] = imagePath + "linksInactive.gif";
		imageList[imageList.length] = imagePath + "linksOver.gif";
		imageList[imageList.length] = imagePath + "orderActive.gif";
		imageList[imageList.length] = imagePath + "orderInactive.gif";
		imageList[imageList.length] = imagePath + "orderOver.gif";
		imageList[imageList.length] = imagePath + "postersActive.gif";
		imageList[imageList.length] = imagePath + "postersInactive.gif";
		imageList[imageList.length] = imagePath + "postersOver.gif";
		imageList[imageList.length] = imagePath + "printActive.gif";
		imageList[imageList.length] = imagePath + "printInactive.gif";
		imageList[imageList.length] = imagePath + "printOver.gif";
		imageList[imageList.length] = imagePath + "quotablesActive.gif";
		imageList[imageList.length] = imagePath + "quotablesOver.gif";

