/*
  --- menu items ---
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', '/home.asp', null],
	['About CEO', '/aboutus.asp', null],
	['Contact Us', null, null,
		['- Staff', '/members/contacts.asp?track=staff&listid=154'],
		['- Board of Directors', '/members/contacts.asp?track=board&listid=21'],
		['- Chapters and Committees', '/members/contacts.asp?track=committees'],
		['- Volunteering', '/volunteering.asp']
	],
	['Members Only', null, null,
		['- Update Corporate Information', '/profiles/webProfile.asp'],
		['- Board, Chapter and Committee Info.', '/members/contacts.asp?track=committees&mem=1'],
		['- Documents for Review and Comment', '/Documents/MemberDocuments.asp?doctype=8']
	],
	['Site Map', '/sitemap.asp', null],
];


