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' #528 */
	

	/* Webpage Region Module Script for module 'Welcome' #776 */
	

	/* Webpage Region Module Script for module 'School Status' #2316 */
	

	/* Webpage Region Module Script for module 'High School Video' #2835 */
	

	/* Webpage Region Module Script for module 'Chehalis RFP 2012' #2838 */
	

	/* 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=6"
		}
	});
	

	/* Webpage Region Module Script for module 'Featured Artists' #1915 */
	var Slideshow1915 = new Swiff('/assets/flash/slideshowpro.swf', { 
		 id: 'Slideshow1915' 
		 ,container: $('PhotoAlbumContainer-1915') 
		 ,width: '100%' 
		 ,height: 440 
		 ,params: { 
			 base: "." 
			 ,quality: "best" 
			 ,bgcolor: "#ffffff" 
			 ,allowfullscreen: "true" 
			 ,wmode: "transparent" 
		 } 
		 ,vars: { 
			 paramXMLPath: "/assets/flash/photoalbum_param.xml" 
			 ,xmlFilePath: "http://photo.schooldatasolutions.net/chehalisschooldistrict/images.php?album=24" 
		 } 
	});


});
