// menu_items.js file

var MENU_ITEMS =[
	['Home', '../../../../',null],
	['Public Search', 'http://casesearch.stlucieclerk.com/PublicSearch/', [71, null, 190, null],
//	['Public Search', '/specialnotices.asp', [71, null, 190, null],
		['Official Records', ['http://oncore.stlucieclerk.com/oncorewebnew/', '_blank', 'Land Records'], null],
		['Docket Listing', ['http://courtsearch.stlucieclerk.com/Courtdocket/', '_blank', 'Docket Listing'], null],
		['Public Access Case Search', 'http://casesearch.stlucieclerk.com/PublicSearch/SelectionScreen.aspx?RID=ALL', null],
//		['Public Access Case Search', '/specialnotices.asp', null],
		['Traffic / Misdemeanor', 'http://casesearch.stlucieclerk.com/PublicSearch/SelectionScreen.aspx?RID=TM', null],
		['Felony', 'http://casesearch.stlucieclerk.com//PublicSearch/SelectionScreen.aspx?RID=Felony', null],
		['Civil/Probate/Family', 'http://casesearch.stlucieclerk.com/PublicSearch/SelectionScreen.aspx?RID=CPF', null],
//		['Tax Deeds FAQ', '/officialrecords/recording_taxfaq.htm', null],
//		['Tax Deed Sales', 'http://oncore.stlucieclerk.com/tributeweb2/', null],
		['Tax Deeds FAQ', '/officialrecords/TaxDeedNotice.htm', null],
		['Tax Deed Sales', '/officialrecords/TaxDeedNotice.htm', null],
		['Plat Index', 'http://casesearch.stlucieclerk.com/Plat/', null],
		['Administrative Orders', 'http://casesearch.stlucieclerk.com/PublicSearch/AdminOrders/AdminOrders.aspx', null],
		['Board of County Commissioners (BOCC) - Minutes', ['http://www.stlucieco.gov/meeting_minutes.htm', '_blank', '(BOCC) Minutes'], null],
   ],
	['Departments', '/departments/departments.htm', [100, null, 120, null],
		['Civil...', null, null,
			['Circuit Civil', '/circuitcivil/circuitcivil.htm', null],
			['County Civil (Small Claims)', '/smallclaims/smallclaims.htm', null],
		],
		['Criminal', '/Criminal/Criminal.htm', null],
		['Domestic Violence', '/domesticviolence/domesticviolence.htm', null],
		['Family...', null, null,
				['Family/Child Support', '/familysupport/familysupport.htm', null],
				['Family Relations', '/familyrelations/familyrelations.htm', null],
				['Juvenile', '/juvenile/juvenile.htm', null],
				['Marriage', '/marriage/marriage.htm', null],
				['Mental Health', '/MentalHealth/MentalHealth.html', null],
		],
		['Finance', '/finance/finance.htm', null],
		['Guardianship', '/probate/probate.htm', null],
		['Indigency & Collections', '/IndigencyCollections/IndigencyCollections.htm', null],
		['Injunctions', '/domesticviolence/domesticviolence.htm', null],
		['Jury Assembly', '/jury/jury.htm', null],
		['Official Records', '/officialrecords/officialrecords.htm', null],
		['Passports', '/passports.htm', null],
		['Probate', '/probate/probate.htm', null],
		['Microfilm', '/research/research.htm', null],
		['Small Claims', '/smallclaims/smallclaims.htm', null],
		['Traffic', '/traffic/traffic.htm', null],
		['Value Adjustment Board (VAB)', '/vab/vab.htm', null],
	],
	['Employment', 'http://casesearch.stlucieclerk.com/humanresources/Employment/PublicViewJobs.aspx', [110, null, 120, null]],
	['Forms', '/forms/forms.htm', [105, null, 125, null]],
	['Misc', '', [55, null, 100, null],
		['Latest News', '/webnews_listing.htm', null],
		['Fast Facts', ['/forms/forms/news/FastFacts2010.pdf', '_blank', 'Fast Facts'], null],
		['Feedback Survey', ['/feedbacksurveyopen.htm', '_blank', 'Feedback Survey'], null],
		['Fees', '/departments/all_fees.htm', null],
		['Foreclosure Help', '/foreclosurehelp.html', null],
		['Holidays', '/holidaycalendar.htm', null],
		['Value Adj. Board (VAB)', '/vab/vab.htm', null],
		['Glossary', '/glossary/glossary.htm', null],
		['History', '/history/history.htm', null],
		['Organization Chart', ['/OrgChart.pdf', '_blank', 'Organization Chart'], null],
	],
	['Contact Us', ['/contact/contact.htm', '_blank'], [50, null, 90, null]],
	
	['Directions', '/directions/directions2.htm', [90, null, 90, null],
		['Directory', '/directoryinfo.htm', null],
	],

	['FAQ', 'http://casesearch.stlucieclerk.com/PublicSearch/FAQ/SearchFAQ.aspx', [80, null, 70, null]],
	["Links", "/externallinks.htm", [55, null, 65, null]]
];

