// JavaScript Document


function initPage () {
	setView ($('AboutUsNav'), '/docs/aboutus.html');
	setView ($('WhereNav'), '/docs/wherewemeet.html');
	setView ($('WhenNav'), '/docs/when.html');
	setView ($('CalendarNav'), '/docs/calendar.html');
	setView ($('WelcomNav'), '/docs/welcomecontent.html');	
	setView ($('TigersNav'), '/docs/dens/tigers.html');	
	setView ($('WebelosNav'), '/docs/dens/webelos.html');	
	setView ($('WolvesNav'), '/docs/dens/wolves.html');	
	setView ($('BearsNav'), '/docs/dens/bears.html');	
	setView ($('CampingNav'), '/docs/activities/camping.html');	
	setView ($('PinewoodNav'), '/docs/activities/pinewood.html');	
	setView ($('HowToJoinNav'), '/docs/howtojoin.html');	
	viewContent ('/docs/welcomecontent.html');
	closeMenus();
}

