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