var MENU_ITEMS = [
	['Home', 'index.asp'],
	['About OA', null, null,
		['Welcome to OA', 'welcome.asp'],
		['What is OA?', 'what.asp'],
		['Is OA for you?', 'isoaforyou.asp'],
		['Overeaters come in all sizes', 'sizes.asp'],
		['Twelve Steps and Traditions of OA', 'steps.asp'],
		['Twelve Concepts of Service', 'concepts.asp']
	],
	['About OA Sout Coast', null, null,
		['News & Events', 'news.asp'],
		['Service Position Descriptions', 'service_desc.asp'],
		['Bylaws of OASC Intergroup', 'bylaws.asp'],
		['Public Information', 'publicinfo.asp'],
		['Intergroup Handbook', 'Handbook.asp']

	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links', 'links.asp'],
	['Meeting List', 'meetings.asp'],
	['Contact Us', 'contact.asp'],
	['Site Map', 'sitemap.asp']
];

