/*
  --- 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_ITEMS2 = 
[
	['Mission/Vision', 'http://ccgovernment.carr.org/ccg/detcntr/mission.asp'],
	['Annual Report', null, null,
		['2005 Annual Report', 'http://ccgovernment.carr.org/ccg/detcntr/docs/DC AR05 Web Page.pdf'],
		['2006 Annual Report', 'http://ccgovernment.carr.org/ccg/detcntr/docs/DC AR06 Web Page.pdf'],
		['2007 Annual Report', 'http://ccgovernment.carr.org/ccg/detcntr/docs/07-ar.pdf'],
		['2008 Annual Report', 'http://ccgovernment.carr.org/ccg/detcntr/docs/08-ar.pdf'],
	],
	['Employment', null, null,
		['Application Process', 'http://ccgovernment.carr.org/ccg/detcntr/employ/appproc.asp'],
		['Job Postings', 'http://ccgovernment.carr.org/ccg/detcntr/employ/jobpost.asp'],
		['Detention Center Application', 'http://ccgovernment.carr.org/ccg/detcntr/docs/app.pdf'],
		['Benefits', 'http://ccgovernment.carr.org/ccg/humanres/benefits.asp',{'tw' : '_blank'}],
		['CCDC Employment Brochure', 'http://ccgovernment.carr.org/ccg/detcntr/docs/dc-employ-broch.pdf'],
		['Correctional Officer FAQ\'s', 'http://ccgovernment.carr.org/ccg/detcntr/docs/CO-FAQ.pdf'],
		
		['Carroll County Profile', 'http://ccgovernment.carr.org/ccg/detcntr/employ/ccprofile.asp'],
	],
	['Inmate Services',null,null,
		['Addiction Treatment', 'http://ccgovernment.carr.org/ccg/detcntr/inmserv/addicttreat.asp'],
		['Adult Learning', 'http://ccgovernment.carr.org/ccg/detcntr/inmserv/adultlearn.asp'],
		['Detention Center Library', 'http://ccgovernment.carr.org/ccg/detcntr/inmserv/dclib.asp'],
		['Medical Services', 'http://ccgovernment.carr.org/ccg/detcntr/inmserv/medsrv.asp'],
		['Mental Health Services', 'http://ccgovernment.carr.org/ccg/detcntr/inmserv/mhsrv.asp'],	
		['Religious Services', 'http://ccgovernment.carr.org/ccg/detcntr/inmserv/relsrv.asp'],	
		['Family Responsibility', 'http://ccgovernment.carr.org/ccg/detcntr/inmserv/fr.asp'],
	],
	['FAQ\'s','http://ccgovernment.carr.org/ccg/detcntr/docs/faq.pdf'],
	['General Information','http://ccgovernment.carr.org/ccg/detcntr/geninfo/default.asp', null,
		['Organizational Values', 'http://ccgovernment.carr.org/ccg/detcntr/geninfo/orgvalues.asp'],
		['Organizational Chart', 'http://ccgovernment.carr.org/ccg/detcntr/docs/orgchart.pdf'],
		['History of the Jail', 'http://ccgovernment.carr.org/ccg/detcntr/geninfo/jail.asp'],
		['Information & Stats', 'http://ccgovernment.carr.org/ccg/detcntr/docs/infostat.pdf'],	
		['Employee Awards', 'http://ccgovernment.carr.org/ccg/detcntr/geninfo/empaward.asp'],
		['Press Releases', 'http://ccgovernment.carr.org/ccg/detcntr/geninfo/pressrel.asp'],
		['Visitation Schedule', 'http://ccgovernment.carr.org/ccg/detcntr/geninfo/visit.asp'],	
		['Victim Information', 'http://ccgovernment.carr.org/ccg/detcntr/geninfo/victim.asp'],
	],
	['Staff Directory','http://ccgovernment.carr.org/ccg/detcntr/docs/directory.pdf'],
	['Contact Us','mailto:ghardinger@ccg.carr.org'],
	['Sheriff\'s Services','http://ccgovernment.carr.org/ccg/sheriff/index.htm'],
	['County Government','http://ccgovernment.carr.org/ccg/default.asp'],
];

