window.addEvent('domready', function(){
	/* Website Design Module Script for module 'Header Links' #29 */
	
	
	

	/* Website Design Module Script for module 'Footer' #30 */
	
	
	

	/* Webpage Region Module Script for module 'Mission' #563 */
	

	/* Website Design Module Script for module 'GlobalNavigation' #530 */
	/*JS goes here*/

	/* Website Theme Scripts for 'Chehalis School District' #0 */
	//Add "Over" class to nav elements to activate fly-out navs.
	$$(
		'.NavLevel1List li.NavLink1',
		'.NavLevel2List li.NavLink2',
		'.AuxilliaryLinksList li'
	).each(function(el){
		el.addEvent('mouseover', function(){
			this.addClass('Over');
		});
		el.addEvent('mouseout', function(){
			this.removeClass('Over');
		});				
	});
	
	var HeaderSlideshow = new Swiff('/assets/flash/slideshowpro.swf', {
		id: 'HeaderSlideshow'
		,container: $('WebsiteDesignRegion-HeaderImages')
		,width: 860
		,height: 235
		,params: {
			base: "."
			,quality: "best"
			,bgcolor: "#ffffff"
			,allowfullscreen: "false"
			,wmode: "transparent"
		}
		,vars: {
			paramXMLPath: "/assets/flash/header_param.xml"
			,xmlFilePath: "http://photo.schooldatasolutions.net/ChehalisSchoolDistrict/images.php?album=10"
		}
	});
	


});
