/*
  --- 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 = 
[
	['<div class="marginh1">Home</div>', 'http://ccgovernment.carr.org/ccg/lmb/default.asp', null,
	],
	['Programs/Initiatives Funded by LMB', null, null,
		['Programs Funded - FY 2009', 'http://ccgovernment.carr.org/ccg/lmb/docs/programs.pdf'],
		['Programs Funded - FY 2010', 'http://ccgovernment.carr.org/ccg/lmb/docs/programsf-fy10.pdf'],
		['Programs - FY 2010', 'http://ccgovernment.carr.org/ccg/lmb/docs/programs-fy10.pdf'],
	],
	['<div class="marginh1">Community Calendar</div>', 'http://ccgovernment.carr.org/ccg/lmb/calendar.asp', null,
	],
	['Need Help with Family Issues?', null, null,
		['Get Connected Family Resource Center', 'http://www.getconnectedcc.org', {'tw' : '_blank'}],
		['Interpersonal Violence Directory', null, null,
				['Introduction', 'http://ccgovernment.carr.org/ccg/lmb/docs/intro.pdf'],
				['Adult Service Systems', 'http://ccgovernment.carr.org/ccg/lmb/docs/adss.pdf'],
				['Child Service Systems', 'http://ccgovernment.carr.org/ccg/lmb/docs/css.pdf'],
				['Chart of Available Services', 'http://ccgovernment.carr.org/ccg/lmb/docs/cas.pdf'],
				['Useful Web Sites', 'http://ccgovernment.carr.org/ccg/lmb/docs/uws.pdf'],
				['Other Related Resources', 'http://ccgovernment.carr.org/ccg/lmb/docs/orr.pdf'],
		],
		['Spanish Directory', 'http://ccgovernment.carr.org/ccg/lmb/docs/spanish.pdf'],
		['Substance Abuse Directory', 'http://ccgovernment.carr.org/ccg/lmb/down.asp'],
		['Mental Health Directory', 'http://ccgovernment.carr.org/ccg/lmb/down.asp'],
	],
	['<div class="marginh1">Hablo Espanol?</div>', null, null,
		['Spanish Directory', 'http://ccgovernment.carr.org/ccg/lmb/docs/spanish.pdf'],
		['Get Connected Family Resource Center', 'http://www.getconnectedcc.org/family_support.php',{'tw' : '_blank'}],
	],
];

