var MENU_ITEMS = [
	['Home', "index.htm", {'sw' : 60}],
	
	['General Information', null, {'sw' : 150, 'bw' : 160},
		['Mission, Vision, Values', "vision.htm", null],
		['Our History', "our-history.htm", null],
		['Leadership at the Y', "leadership.htm", null],
		['Facilities/Building Hours', "facilities.htm", null],
		['Membership', "membership.htm", null],
		['Membership FAQs', "faq.htm", null],
		['Childminding', "childminding.htm", null],		
		["Calendars/What's New?", "news-events.htm", null],
		['Philanthropy', "philanthropy.htm", null],
		['Volunteer', "volunteer.htm", null],
		['Job Opportunities', "job.htm", null],
		['Privacy Statement', "privacy.htm", null]
	],
	
	['Child Care', null, {'sw' : 90},
		['Welcome', "childcare-welcome.htm", null],
		['Working in Child Care', "childcare-team.htm", null],
		['Program Planning', "program-planning.htm", null],
		['Group Child Care', "group-child-care.htm", null],
		['Licensed Home Child Care', "licensed-home-care.htm", null],
		['Become a Caregiver', "caregiver.htm", null]
	],	
	
	['Camp', null, {'sw' : 70},
	 	['Welcome', "camp-welcome.htm", null],
		['Programs and Locations', "camp-programs.htm", null],
		['Camp Counsellors', "camp-counselors.htm", null],
		['FAQs', "camp-faq.htm", null],
		['Send a Kid to Camp', "camp-send.htm", null]
	],	
	
	['Aquatics', null, {'sw' : 85},
		['Welcome', "aquatics-welcome.htm", null],
		['Aquafit Classes', "class-descriptions.htm", null],
		['Swim Lessons', "course-descriptions.htm", null],
		['Lifeguard Certifications', "pool-programs.htm", null],
		['Other Aquatic Programming', "aquatics-instructor.htm", null]
	],
	
	['Health, Fitness &amp; Recreation', null, {'sw' : 205, 'bw' : 170},
		['Welcome', "hfr-welcome.htm", null],
		['Fitness/Aerobic Classes', "hfr-class-descriptions.htm", null],
		['Child/Youth Programs', "hfr-course-descriptions.htm", null],
		['Adult Programs', "hfr-program-descriptions.htm", null],
		['Other Programs', "hfr-other-program-descriptions.htm", null],
		['Personal Training', "personal-training.htm", null],
		['Becoming an Instructor', "hfr-instructor.htm", null]
	],
	
	['Contact Us', "contact.htm"],
	
]; 

var MENU_ITEMS_GENERAL = [
	['Mission, Vision, Values', "vision.htm", null],
	['Our History', "our-history.htm", null],
	['Leadership at the Y', "leadership.htm", null],
	['Facilities/Building Hours', "facilities.htm", null],
	['Membership', "membership.htm", null],
	['Membership FAQs', "faq.htm", null],
	['Childminding', "childminding.htm", null],		
	["Calendars/What's New?", "news-events.htm", null],
	['Philanthropy', "philanthropy.htm", null],
	['Volunteer', "volunteer.htm", null],
	['Job Opportunities', "job.htm", null],
	['Privacy Statement', "privacy.htm", null]
]; 

var MENU_ITEMS_CHILDCARE = [
	['Welcome', "childcare-welcome.htm", null],
	['Working in Child Care', "childcare-team.htm", null],
	['Program Planning', "program-planning.htm", null],
	['Group Child Care', "group-child-care.htm", null],
	['Licensed Home Child Care', "licensed-home-care.htm", null],
	['Become a Caregiver', "caregiver.htm", null]
]; 	

var MENU_ITEMS_CAMP = [
	['Welcome', "camp-welcome.htm", null],
	['Programs and Locations', "camp-programs.htm", null],
	['Camp Counsellors', "camp-counselors.htm", null],
	['FAQs', "camp-faq.htm", null],
	['Send a Kid to Camp', "camp-send.htm", null]
];					  

var MENU_ITEMS_AQUATICS = [
	['Welcome', "aquatics-welcome.htm", null],
	['Aquafit Classes', "class-descriptions.htm", null],
	['Swim Lessons', "course-descriptions.htm", null],
	['Lifeguard Certifications', "pool-programs.htm", null],
	['Other Aquatic Programming', "aquatics-instructor.htm", null]
]; 

var MENU_ITEMS_HEALTH = [
	['Welcome', "hfr-welcome.htm", null],
	['Fitness/Aerobic Classes', "hfr-class-descriptions.htm", null],
	['Child/Youth Programs', "hfr-course-descriptions.htm", null],
	['Adult Programs', "hfr-program-descriptions.htm", null],
	['Other Programs', "hfr-other-program-descriptions.htm", null],
	['Personal Training', "personal-training.htm", null],
	['Becoming an Instructor', "hfr-instructor.htm", null]
]; 







