function Hide(){var allDivs = document.getElementById("topnav").getElementsByTagName("DIV");for (var j=0; j<allDivs.length; j++) {allDivs[j].style.display='none';}}
function Show(m){Hide();document.getElementById(m).style.display='block';}
function openVideo(x){
	var video=window.open(x,'CampB','width=550,height=522,location=no,scrollbars=no,toolbar=0,directories=0,status=0,menubar=0,resizable=no,screenx=0,screeny=0,top=0,left=0");video.focus();')
}
