// JavaScript Document
$(document).ready(function() {
	loadXMLDoc();
	
	
	//-----------------------------
	//  Intro Flash Video
	//-----------------------------
	
	//intro swf
	swfobject.embedSWF(relativeURL + "swf/intro-animation-2.swf", "swfContentStage", "720", "527", "9.0.0", relativeURL+"swf/expressinstall.swf");
	
	
	$('#btn-close-swf').click(function(){
		closeIntroSwf();
	});
	
	
	
	//-----------------------------
	//  Screen Flash Video
	//-----------------------------
	/*
	$('.screen-links').click(function(){
	
		var curPos = $('.screen-links').index(this);
				
		//terminate the swf
		closeVideoSwf();
		
		if(curPos == 3){
			
			$('#schoolsVideo').html('<div id="videoStage"></div>');
			//video swf
			swfobject.embedSWF(relativeURL + "swf/chevron-dc-video.swf", "videoStage", "640", "402", "9.0.0", relativeURL+"swf/expressinstall.swf");
		}

	
	});
	*/
	
	
});
