/*
  --- 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 = 
[
	['Home/Search', null, null,
		['Home Page', 'http://ccgovernment.carr.org/ccg/detcntr/default.asp'],
		['Search', 'http://ccgovernment.carr.org/ccg/search/search.asp'],
	],
	['Administrative Services', 'http://ccgovernment.carr.org/ccg/detcntr/asb/default.asp', null,
		['Central Booking', 'http://ccgovernment.carr.org/ccg/detcntr/asb/booking.asp'],
		['Food Services', 'http://ccgovernment.carr.org/ccg/detcntr/asb/foodsrv.asp'],
		['Records Unit', 'http://ccgovernment.carr.org/ccg/detcntr/asb/records.asp'],
		['Support Services', 'http://ccgovernment.carr.org/ccg/detcntr/asb/supportsrv.asp', null,
			['Fiscal Specialist', 'http://ccgovernment.carr.org/ccg/detcntr/asb/fiscalspec.asp'],
			['Training/Quartermaster', 'http://ccgovernment.carr.org/ccg/detcntr/asb/training.asp'],
			['Information Technology', 'http://ccgovernment.carr.org/ccg/detcntr/asb/it.asp'],
			['Human Resources', 'http://ccgovernment.carr.org/ccg/detcntr/asb/hr.asp'],
			['Compliance Officer', 'http://ccgovernment.carr.org/ccg/detcntr/asb/compoff.asp'],			
		],	
	],
	['Alternative Programs', 'http://ccgovernment.carr.org/ccg/detcntr/apb/default.asp', null,
		['Offender Diversion Unit', 'http://ccgovernment.carr.org/ccg/detcntr/apb/odu.asp'],
		['Transportation Unit', 'http://ccgovernment.carr.org/ccg/detcntr/apb/transunit.asp'],
		['Treatment Services', 'http://ccgovernment.carr.org/ccg/detcntr/apb/treatsrv.asp'],
		['Work Release Unit', 'http://ccgovernment.carr.org/ccg/detcntr/apb/workrel.asp'],
	],
	['Security Services', 'http://ccgovernment.carr.org/ccg/detcntr/ssb/default.asp', null,
		['Classification Unit', 'http://ccgovernment.carr.org/ccg/detcntr/ssb/classif.asp'],
		['Security Shifts', 'http://ccgovernment.carr.org/ccg/detcntr/ssb/securityshifts.asp'],
	],
	['Web Notices', null, null,
		['Accessibility', 'http://ccgovernment.carr.org/ccg/web-notices/acc-note.asp',{'tw' : '_blank'}],
		['Posting Information', 'http://ccgovernment.carr.org/ccg/web-notices/postings.asp',{'tw' : '_blank'}],
		['Privacy Policy', 'http://ccgovernment.carr.org/ccg/web-notices/privacy.pdf',{'tw' : '_blank'}],
		['User Terms', 'http://ccgovernment.carr.org/ccg/web-notices/userterm.pdf',{'tw' : '_blank'}],
	],
];

