/*
  --- 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 = [
	['Local Sections', null, null,
		['Meeting Bid Guidelines', 'bidguide.html'],
		['MOU', 'mou.html'],
		['Know your region', null, null,
			['Region Map', 'regionmap.jpg'],
			['Central region', 'cerm.html'],
			['Great Lakes region', 'glrm.html'],
			['Middle Atlantic region', 'marm.html'],
			['Midwest region', 'mwrm.html'],
			['Northeast region', 'nerm.html'],
			['Northwest region', 'norm.html'],
			['Rocky Mountain region', 'rmrm.html'],
			['Southeast region', 'serm.html'],
			['Southwest region', 'swrm.html'],
			['Western region', 'wrm.html'],
		],
	],	
	['Meeting Planners', null, null,
		['MOU', 'mou.html'],
		['Core Programs', 'core.html'],
		['Budget Template', 'meetbudget.html'],
		['Final Report Template', 'meetfinal.html'],
	],
	['Region Boards', null, null,
		['MOU', 'mou.html'],
		['Meeting Budget', 'meetbudget.html'],
		['Final Meeting Report', 'meetfinal.html'],
		['Region Budget', 'regbudget.html'],
		['Annual Region Report', 'regfinal.html'],
	],
	['About ReACT', null, null,
		['About ReACT', 'aboutreact.html'],
	],
];

