var MENU_ITEMS = [
	['Home', "index.htm", null],
	
	['About Us', null, null,
		['Chamber Profile', 'about-chamber.htm', null],
		['Board of Directors', 'board-directors.htm', null],
		['Chamber Staff', 'staff.htm', null],
		['Committees', 'committees.htm', null],
		['Strategic Directions', 'strategic-plan.htm', null],
		['By-laws', 'by-laws.htm', null],
		['History', 'history.htm', null],
		['Privacy Policy', 'privacy.htm', null],
	 ],
	
	['Advocacy', null, null,
		['Chamber News', 'chamber-news.htm', null],
		['Position Statements', 'position-statements.htm', null],
		['Ontario Chamber', 'http://www.occ.on.ca', {'tw' : '_blank'}],
		['Canadian Chamber', 'http://www.chamber.ca', {'tw' : '_blank'}]
	],
		
	['Events', null, {'sw' : '92'},
	 	['Upcoming Events', 'events.htm', null],
		['Save the Date', 'save-date.htm', null],
		['Register for an Event', 'event-form.htm', null],
		['How to Sponsor an Event', 'sponsor.htm', null],
		['Photo Gallery', 'gallery.asp', null],
		
	 ],
	
	['Get Involved', null, null,
	 	['Volunteer at the Chamber', 'volunteering.htm', null],
		['Volunteer Profile', 'volunteer-profile.htm', null],
		['Volunteer Application', 'volunteer-form.htm', null],
	],	
	
	['Members', null, null,
		['Member Directory', 'search-test.asp', null],
		['Member Benefits', 'benefits.htm', null],
		['Green Designation Program', 'greenbusiness.htm', null],
		['M2 Program', 'm2m.htm', null],
		['Membership Fees', 'membership-fee.htm', null],
		['Why should I Join?', 'why-join.htm', null],
		['Resource Centre', 'resource-centre.htm', null],
		['Advertising Opportunities', 'advertising.htm', null],
		['Application Form', 'member-form.htm', null]
	 ],
	
	['Contact', 'contact.htm', null]
]; 
