// if there are a lot of images (or weighty ones) the template
// graphics are a bit slow to load. Preload the banner and the 
// navbar background to speed those up.
if (document.images) {
	img0=new Image(); img0.src="Images/headerRight1.jpg";
	img1=new Image(); img1.src="templateImages/leftTop1.jpg";
}



var fadeimages=new Array();
//SET IMAGE PATHS. Extend or contract array as needed

fadeimages[0]=["gallery/headerRight1.jpg", "", ""];
fadeimages[1]=["gallery/headerRight2.jpg", "", ""];
fadeimages[2]=["gallery/headerRight3.jpg", "", ""];
fadeimages[3]=["gallery/headerRight4.jpg", "", ""];
fadeimages[4]=["gallery/headerRight5.jpg", "", ""];


var fadebgcolor="transparent";

