	function topAboutUs()	{
		startMenuBar(81);
		Img_menuLabel(1, 'images/aboutUsOver.gif', 'images/aboutUs.gif', '#', 'left');
		endMenuBar();
	} 
	
	function topContact()	{
		startMenuBar(71);
		Img_menuLabel(3, 'images/contactOver.gif', 'images/contact.gif', '#', 'left');
		endMenuBar();
	} 
	
	function topLocation()	{
		startMenuBar(72);
		Img_menuLabel(4, 'images/locationOver.gif', 'images/location.gif', '#', 'left');
		endMenuBar();
	} 

	
	function leftwhattosee()	{
		startSideMenuBar(126);
		Img_sideMenuLabel(7, 'images/whattoseeOver.gif', 'images/whattosee.gif', '#', 'right');
		endSideMenuBar();
	} 


	function leftPrograms()	{
		startSideMenuBar(126);
		Img_sideMenuLabel(8, 'images/daycampOver.gif', 'images/daycamp.gif', '#', 'right');
		endSideMenuBar();
	} 
	
	function leftTrails()	{
		startSideMenuBar(126);
		Img_sideMenuLabel(6, 'images/trailsOver.gif', 'images/trails.gif', '#', 'right');
		endSideMenuBar();
	} 

	function leftschoolscout()	{
		startSideMenuBar(126);
		Img_sideMenuLabel(11, 'images/schoolscoutOver.gif', 'images/schoolscout.gif', '#', 'right');
		endSideMenuBar();
	} 
	
	function leftVolunteer()	{
		startSideMenuBar(126);
		Img_sideMenuLabel(5, 'images/volunteerOver.gif', 'images/volunteer.gif', '#', 'right');
		endSideMenuBar();
	} 
