function playVideo(id)
{
	if(id == 1)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Advantage EMPH</div><div class="small_gold">The Journey</div><br /><div class="small_dark_grey_bold"><em>"...a magic formula..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/EMPH Final.flv&image=images/video_1.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 2)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Why UCLA EMPH</div><div class="small_gold">From A to Z</div><br /><div class="small_dark_grey_bold"><em>"...ranked in the top 10...</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/why_UCLA_EMPH 03.flv&image=images/video_4.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 3)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">About the Faculty </div><div class="small_gold_bold">Best of Breed</div><br /><div class="small_dark_grey_bold"><em>"...best of the best teaching..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/about_faculty 01.flv&image=images/video_5.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 4)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Faculty Profile</div><div class="small_gold">Blend of Experience & Excellence</div><br /><div class="small_dark_grey_bold"><em>"...last 15 years as president and CEO..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/faculty_BG 01.flv&image=images/video_4.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 5)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Professional Diversity</div><div class="small_gold">A Plethora of Different Insights</div><br /><div class="small_dark_grey_bold"><em>"...they have  a lot of diversity..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/professional diversity 02.flv&image=images/video_5.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 6)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Cohort Learning</div><div class="small_gold">Unique Learning Environment</div><br /><div class="small_dark_grey_bold"><em>"...learned so much from each other..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/cohort_learning 03.flv&image=images/video_6.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 7)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Global Health</div><div class="small_gold">Expanding to New Horizons</div><br /><div class="small_dark_grey_bold"><em>"...looking at public health problems on an international basis..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/global_health 01.flv&image=images/video_7.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 8)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Program Application</div><div class="small_gold">Practical Tools & Skills</div><br /><div class="small_dark_grey_bold"><em>"...apply it Monday morning when you go back to work..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/program_application 03.flv&image=images/video_8.png&autostart=true" wmode="transparent"/>	';
	}
	else if(id == 9)
	{
		document.getElementById('video_text').innerHTML ='<div class="small_dark_blue_bold">Program Intensity</div><div class="small_gold">What You Can Expect</div><br /><div class="small_dark_grey_bold"><em>"...there are high standards..."</em></div>';
		document.getElementById('active_video').innerHTML = '<embed src="mediaplayer.swf" width="406" height="228" allowscriptaccess="always" allowfullscreen="true" flashvars="height=228&width=406&file=video/program_intensity 01.flv&image=images/video_9.png&autostart=true" wmode="transparent"/>	';
	}
}