/*
  --- 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'],

	['Meetings', 'jcc.htm'],

	['Members', 'concommembers.htm'],

	['2009 NRI', 'nri.htm'],

	['2008 CPCA Mgmt Plan', 'cpca.htm'],

	['Gray Goose Farm CE', 'graygoosebdr.htm'],

	['Annual Reports', null, null,
		['2008 Annual Report', 'concom2008report.pdf'],
		['2007 Annual Report', 'concom2007.pdf'],
	],

	['2005 COCS Study', 'COCS.htm'],

];

