
/*

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;

// topnav;
arrCycleImages[0] = "/media/but_panel_on.gif";


function funInit() {
	funLoadImages(arrCycleImages);
}



