// JavaScript Document






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


var vid1 = '<div><object width="379" height="237"><param name="movie" value="http://www.youtube.com/v/zuEK0fY51wM&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/zuEK0fY51wM&hl=en&fs=1&rel=0&showinfo=0&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="379" height="237"></embed></object></div>'


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_tours').innerHTML=vid;


	}


