
/*

Description:
This file contains all DHTML information specific to this project.
					
Revisions:
2.18.01 - JS - Authored
	
*/

var arrCycleImages = new Array;


// This will load all of the images in the array;


arrCycleImages[0] = "/media/nav/home_on.jpg";


function funInit() 
{
	funLoadImages(arrCycleImages);
}

function switcher(element,state) {
	document.getElementById(element).style.display = state;
}


