// JavaScript Document






/*----------Video------------*/


var vid1 = '<p><object width="445" height="277"><param name="movie" value="http://www.youtube.com/v/VxY77pr_Rp0&hl=en&fs=1&rel=0&showinfo=0&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VxY77pr_Rp0&hl=en&fs=1&rel=0&showinfo=0&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="277"></embed></object></p>'


function contentSwitcher(vid, vid_desc) {
	
	document.getElementById('vid_box').innerHTML=vid;
	document.getElementById('vid_desc').innerHTML=vid_desc;


	}
	
	

function contentSwitcher1(vid) {
	
	document.getElementById('vid_box').innerHTML=vid;


	}



