/*
  --- 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 = [
	['ConCom Home', 'concom.htm'],
	
	['Properties', 'properties.htm'],

	['Meetings', 'jcc.htm'],

	['Members', 'concommembers.htm'],

	['Natural Resources Inventory', 'nri.htm'],

	['2008 CPCA Mgmt Plan', 'cpca.htm'],

	['Gray Goose Farm CE', 'graygoosebdr.htm'],

	['Annual Reports', null, null,
		['2010 Annual Report', 'concom2010report.pdf'],
		['2008 Annual Report', 'concom2008report.pdf'],
		['2007 Annual Report', 'concom2007.pdf'],
	],

	['2005 COCS Study', 'COCS.htm'],

];


