/*
This is the code for Historic Bridges of Michigan and Elsewhere
Quick-Menu Bridge Browser System. Its purpose is to allow users
quick access to bridge lists without having to go back to the main page
all the time. This tiny little js file helps to ensure that this website
remains set on course to take over the world! Just kidding...
*/

/*
  --- 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 = [
	['<b>BridgeSeek...</b>', 'b_a_search.php'],
	['Main Features -', null, null,
		['Home Page', 'index.htm'],
		['Bridge Browser', 'bridgebrowser.php'],
		['BridgeSeek', 'b_a_search.php'],
		['NBI Search Tool', 'nbi_search.php'],
		['PA Bridge Inventory', 'hbi_search.php'],
		['MI Bridge Inventory', 'info/inventory95/index.htm'],
		['Encyclopedia', 'info/articles.htm'],
		['Intro to Truss Bridges', 'info/intro/index.htm'],
		['Historic Bridge Park', 'info/bridgepark/index.htm'],
		['Turning The Tide', 'info/tide/index.htm'],
		['Bridge Newsroom', 'http://twitter.com/historicbridges'],
		['Contact Me', 'contact/index.htm'],
		['About This Site', 'info/about.htm']
	],
	['Bridges - "BC-MA"', null, null,
	['Brazil -', 'b_c_bz_santacatarina.htm', null,
		['Santa Catarina', 'b_c_bz_santacatarina.htm']
	],
	['British Columbia -', 'map_bc.htm', null,
		['Capital', 'b_c_bc_capital.htm'],
		['Greater Vancouver', 'b_c_bc_greatervancouver.htm'],
		['Squamish-Lillooet', 'b_c_bc_squamishlillooet.htm'],
		['Thompson-Nicola', 'b_c_bc_thompsonnicola.htm']
	],
	['California -', 'map_california.htm', null,
		['Alameda', 'b_c_ca_alameda.htm'],
		['Marin', 'b_c_ca_marin.htm'],
		['San Francisco', 'b_c_ca_sanfrancisco.htm']
	],
	['Connecticut -', 'map_conn.htm', null,
		['Fairfield', 'b_c_ct_fairfield.htm'],
		['Hartford', 'b_c_ct_hartford.htm'],
		['Litchfield', 'b_c_ct_litchfield.htm'],
		['Tolland', 'b_c_il_tolland.htm']
	],
	['Georgia -', 'map_georgia.htm', null,
		['Butt', 'b_c_ga_butt.htm'],
		['Spalding', 'b_c_ga_spalding.htm']
	],
	['Illinois -', 'map_ill.htm', null,
		['Adams', 'b_c_il_adams.htm'],
		['Cook', 'b_c_il_cook.htm'],
		['Iroquois', 'b_c_il_iroquois.htm'],
		['Wabash', 'b_c_il_wabash.htm'],
		['Will', 'b_c_il_will.htm']
	],
	
	['Indiana -', 'map_ind.htm', null,
		['Allen', 'b_c_in_allen.htm'],
		['De Kalb', 'b_c_in_dekalb.htm'],
		['Dearborn', 'b_c_in_dearborn.htm'],
	        ['Dubois', 'b_c_in_dubois.htm'],
		['Elkhart', 'b_c_in_elkhart.htm'],
		['Gibson', 'b_c_in_gibson.htm'],
		['Huntington', 'b_c_in_huntington.htm'],
		['Jefferson', 'b_c_in_jefferson.htm'],
		['Lake', 'b_c_in_lake.htm'],
		['Lagrange', 'b_c_in_lagrange.htm'],
		['La Porte', 'b_c_in_laporte.htm'],
		['Martin', 'b_c_in_martin.htm'],
		['Noble', 'b_c_in_noble.htm'],
		['Ohio', 'b_c_in_ohio.htm'],
		['Orange', 'b_c_in_orange.htm'],
		['Porter', 'b_c_in_porter.htm'],
		['St. Joseph', 'b_c_in_stjoseph.htm']
	],
	['Iowa -', 'map_iowa.htm', null,
		['Allamakee', 'b_c_ia_allamakee.htm'],
		['Boone', 'b_c_ia_boone.htm'],
		['Bremer', 'b_c_ia_bremer.htm'],
		['Butler', 'b_c_ia_butler.htm'],
		['Dubuque', 'b_c_ia_dubuque.htm'],
		['Emmet', 'b_c_ia_emmet.htm'],
		['Fayette', 'b_c_ia_fayette.htm'],
		['Hamilton', 'b_c_ia_hamilton.htm'],
		['Hardin', 'b_c_ia_hardin.htm'],
		['Howard', 'b_c_ia_howard.htm'],
		['Humboldt', 'b_c_ia_humboldt.htm'],
		['Jasper', 'b_c_ia_jasper.htm'],
		['Jones', 'b_c_ia_jones.htm'],
		['Kossuth', 'b_c_ia_kossuth.htm'],
		['Lee', 'b_c_ia_lee.htm'],
		['Linn', 'b_c_ia_linn.htm'],
		['Mahaska', 'b_c_ia_mahaska.htm'],
		['Poweshiek', 'b_c_ia_poweshiek.htm'],
		['Story', 'b_c_ia_story.htm'],
		['Van Buren', 'b_c_ia_vanburen.htm'],
		['Wapello', 'b_c_ia_wapello.htm'],
		['Webster', 'b_c_ia_webster.htm'],
		['Winneshiek', 'b_c_ia_winneshiek.htm']
	],
	['Kentucky -', 'map_ky.htm', null,
		['Boyd', 'b_c_ky_boyd.htm'],
		['Campbell', 'b_c_ky_campbell.htm'],
		['Daviess', 'b_c_ky_daviess.htm'],
		['Greenup', 'b_c_ky_greenup.htm'],
		['Hancock', 'b_c_ky_hancock.htm'],
		['Kenton', 'b_c_ky_kenton.htm'],
		['McCreary', 'b_c_ky_mccreary.htm'],
		['Trimble', 'b_c_ky_trimble.htm']
	],
	['Maryland -', 'map_md.htm', null,
		['Carroll', 'b_c_md_carroll.htm'],
		['Frederick', 'b_c_md_frederick.htm'],
		['Garrett', 'b_c_md_garrett.htm'],
		['Howard', 'b_c_md_maryland.htm']
	],
	['Massachusetts -', 'map_mass.htm', null,
		['Essex', 'b_c_ma_essex.htm'],
		['Franklin', 'b_c_ma_franklin.htm'],
		['Hampden', 'b_c_ma_hampden.htm'],
		['Hampshire', 'b_c_ma_hampshire.htm'],
		['Middlesex', 'b_c_ma_middlesex.htm'],
		['Suffolk', 'b_c_ma_suffolk.htm'],
		['Worcester', 'b_c_ma_worcester.htm']
	],
],
	['Bridges - "MI-NJ"', null, null,
	['Michigan - "A-G"', 'map_mich.htm', null,
		['Alger', 'b_c_mi_alger.htm'],
		['Allegan', 'b_c_mi_allegan.htm'],
		['Antrim', 'b_c_mi_antrim.htm'],
		['Arenac', 'b_c_mi_arenac.htm'],
		['Barry', 'b_c_mi_barry.htm'],
		['Bay', 'b_c_mi_bay.htm'],
		['Benzie', 'b_c_mi_benzie.htm'],
		['Berrien', 'b_c_mi_berrien.htm'],
		['Branch', 'b_c_mi_branch.htm'],
		['Calhoun', 'b_c_mi_calhoun.htm'],
		['Cass', 'b_c_mi_cass.htm'],
		['Charlevoix', 'b_c_mi_charlevoix.htm'],
		['Cheboygan', 'b_c_mi_cheboygan.htm'],
		['Chippewa', 'b_c_mi_chippewa.htm'],
		['Clare', 'b_c_mi_clare.htm'],
		['Clinton', 'b_c_mi_clinton.htm'],
		['Eaton', 'b_c_mi_eaton.htm'],
		['Emmet', 'b_c_mi_emmet.htm'],
		['Genesee', 'b_c_mi_genesee.htm'],
		['Gogebic', 'b_c_mi_gogebic.htm'],
		['Grand Traverse', 'b_c_mi_grandtraverse.htm'],
		['Gratiot', 'b_c_mi_gratiot.htm']
	],
	['Michigan - "H-Me"', 'map_mich.htm', null,
		['Hillsdale', 'b_c_mi_hillsdale.htm'],
		['Huron', 'b_c_mi_huron.htm'],
		['Ingham', 'b_c_mi_ingham.htm'],
		['Ionia', 'b_c_mi_ionia.htm'],
		['Iosco', 'b_c_mi_iosco.htm'],
		['Isabella', 'b_c_mi_isabella.htm'],
		['Jackson', 'b_c_mi_jackson.htm'],
		['Kalamazoo', 'b_c_mi_kalamazoo.htm'],
		['Kalkaska', 'b_c_mi_kalkaska.htm'],
		['Kent', 'b_c_mi_kent.htm'],
		['Lenawee', 'b_c_mi_lenawee.htm'],
		['Lapeer', 'b_c_mi_lapeer.htm'],
		['Livingston', 'b_c_mi_livingston.htm'],
		['Mackinac', 'b_c_mi_mackinac.htm'],
		['Macomb', 'b_c_mi_macomb.htm'],
		['Manistee', 'b_c_mi_manistee.htm'],
		['Marquette', 'b_c_mi_marquette.htm'],
		['Mecosta', 'b_c_mi_mecosta.htm']

	],
	['Michigan - "Mi-Z"', 'map_mich.htm', null,
		['Midland', 'b_c_mi_midland.htm'],
		['Missaukee', 'b_c_mi_missaukee.htm'],
		['Monroe', 'b_c_mi_monroe.htm'],
		['Montcalm', 'b_c_mi_montcalm.htm'],
		['Montmorency', 'b_c_mi_montmorency.htm'],
		['Muskegon', 'b_c_mi_muskegon.htm'],
		['Newago', 'b_c_mi_newago.htm'],
		['Oakland', 'b_c_mi_oakland.htm'],
		['Ottawa', 'b_c_mi_ottawa.htm'],
		['Presque Isle', 'b_c_mi_presqueisle.htm'],
		['Saginaw', 'b_c_mi_saginaw.htm'],
		['St. Clair', 'b_c_mi_stclair.htm'],
		['St. Joseph', 'b_c_mi_stjoseph.htm'],
		['Sanilac', 'b_c_mi_sanilac.htm'],
		['Shiawassee', 'b_c_mi_shiawassee.htm'],
		['Tuscola', 'b_c_mi_tuscola.htm'],
		['Van Buren', 'b_c_mi_vanburen.htm'],
		['Washtenaw', 'b_c_mi_washtenaw.htm'],
		['Wayne', 'b_c_mi_wayne.htm'],
		['Wexford', 'b_c_mi_wexford.htm']
	],
	['Minnesota -', 'map_mn.htm', null,
		['Fillmore', 'b_c_mo_fillmore.htm']
	],
	['Missouri -', 'map_mo.htm', null,
		['Boone', 'b_c_mo_boone.htm'],
		['Carroll', 'b_c_mo_carroll.htm'],
		['Chariton', 'b_c_mo_chariton.htm'],
		['Clark', 'b_c_mo_clark.htm'],
		['Cooper', 'b_c_mo_cooper.htm'],
		['Howard', 'b_c_mo_howard.htm'],
		['Lewis', 'b_c_mo_lewis.htm'],
		['Marion', 'b_c_mo_marion.htm'],
		['Miller', 'b_c_mo_miller.htm'],
		['Monroe', 'b_c_mo_monroe.htm'],
		['Pemiscot', 'b_c_mo_pemiscot.htm'],
		['Saline', 'b_c_mo_saline.htm'],
		['Shelby', 'b_c_mo_shelby.htm']
	],
	['New Jersey -', 'map_njersey.htm', null,
		['Bergen', 'b_c_nj_bergen.htm'],
		['Hunterdon', 'b_c_nj_hunterdon.htm'],
		['Mercer', 'b_c_nj_mercer.htm'],
		['Somerset', 'b_c_nj_somerset.htm'],
		['Warren', 'b_c_nj_warren.htm']
	]

],

	['Bridges - "NY-PA"', null, null,
	['New York -', 'map_nyork.htm', null,
		['Allegany', 'b_c_ny_allegany.htm'],
		['Bronx', 'b_c_ny_bronx.htm'],
		['Brooklyn', 'b_c_ny_brooklyn.htm'],
		['Broome', 'b_c_ny_broome.htm'],
		['Cattaraugus', 'b_c_ny_cattaraugus.htm'],
		['Chemung', 'b_c_ny_chemung.htm'],
		['Cortland', 'b_c_ny_cortland.htm'],
		['Erie', 'b_c_ny_erie.htm'],
		['Essex', 'b_c_ny_essex.htm'],
		['Genesee', 'b_c_ny_genesee.htm'],
		['Livingston', 'b_c_ny_livingston.htm'],
		['Manhattan', 'b_c_ny_manhattan.htm'],
		['Monroe', 'b_c_ny_monroe.htm'],
		['Niagara', 'b_c_ny_niagara.htm'],
		['Rensselaer', 'b_c_ny_rensselaer.htm'],
		['Schuyler', 'b_c_ny_schuyler.htm'],
		['Steuben', 'b_c_ny_steuben.htm'],
		['Sullivan', 'b_c_ny_sullivan.htm'],
		['Tioga', 'b_c_ny_tioga.htm'],
		['Tompkins', 'b_c_ny_tompkins.htm'],
		['Wayne', 'b_c_ny_wayne.htm']
	],
	['Ohio - "A-L"', 'map_ohio.htm', null,
		['Allen', 'b_c_oh_allen.htm'],
		['Ashland', 'b_c_oh_ashland.htm'],
		['Ashtabula', 'b_c_oh_ashtabula.htm'],
		['Belmont', 'b_c_oh_belmont.htm'],
		['Butler', 'b_c_oh_butler.htm'],
		['Clermont', 'b_c_oh_clermont.htm'],
		['Columbiana', 'b_c_oh_columbiana.htm'],
		['Cuyahoga', 'b_c_oh_cuyahoga.htm'],
		['Defiance', 'b_c_oh_defiance.htm'],
		['Delaware', 'b_c_oh_delaware.htm'],
		['Erie', 'b_c_oh_erie.htm'],
		['Franklin', 'b_c_oh_franklin.htm'],
		['Fulton', 'b_c_oh_fulton.htm'],
		['Gallia', 'b_c_oh_gallia.htm'],
		['Hamilton', 'b_c_oh_hamilton.htm'],
		['Hancock', 'b_c_oh_hancock.htm'],
		['Henry', 'b_c_oh_henry.htm'],
		['Huron', 'b_c_oh_huron.htm'],
		['Jefferson', 'b_c_oh_jefferson.htm'],
		['Lake', 'b_c_oh_lake.htm'],
		['Lawrence', 'b_c_oh_lawrence.htm'],
		['Lorain', 'b_c_oh_lorain.htm'],
		['Lucas', 'b_c_oh_lucas.htm']
	],
	['Ohio - "M-Z"', 'map_ohio.htm', null,
		['Marion', 'b_c_oh_marion.htm'],
		['Meigs', 'b_c_oh_meigs.htm'],
		['Miami', 'b_c_oh_miami.htm'],
		['Montgomery', 'b_c_oh_montgomery.htm'],
		['Morrow', 'b_c_oh_morrow.htm'],
		['Ottawa', 'b_c_oh_ottawa.htm'],
		['Paulding', 'b_c_oh_paulding.htm'],
		['Pickaway', 'b_c_oh_pickaway.htm'],
		['Pike', 'b_c_oh_pike.htm'],
		['Preble', 'b_c_oh_preble.htm'],
		['Richland', 'b_c_oh_richland.htm'],
		['Sandusky', 'b_c_oh_sandusky.htm'],
		['Scioto', 'b_c_oh_scioto.htm'],
		['Seneca', 'b_c_oh_seneca.htm'],
		['Shelby', 'b_c_oh_shelby.htm'],
		['Tuscarawas', 'b_c_oh_tuscarawas.htm'],
		['Wood', 'b_c_oh_wood.htm'],
		['Washington', 'b_c_oh_washington.htm'],
		['Williams', 'b_c_oh_williams.htm'],
		['Wyandot', 'b_c_oh_wyandot.htm']
	],
	['Ontario -', 'map_ont.htm', null,
		['Algoma', 'b_c_on_algoma.htm'],
		['Bruce', 'b_c_on_bruce.htm'],
		['Durham', 'b_c_on_durham.htm'],
		['Grey', 'b_c_on_grey.htm'],
		['Haldimand', 'b_c_on_haldimand.htm'],
		['Huron', 'b_c_on_huron.htm'],
		['Chattham-Kent', 'b_c_on_kent.htm'],
		['Lambton', 'b_c_on_lambton.htm'],
		['Middlesex', 'b_c_on_middlesex.htm'],
		['Niagara Region', 'b_c_on_niagara.htm'],
		['Oxford County', 'b_c_on_oxford.htm'],
		['Waterloo Region', 'b_c_on_waterloo.htm']
	],
	['Pennsylvania - "A-F"', 'map_penn.htm', null,
		['Adams', 'b_c_pa_adams.htm'],
		['Allegheny', 'b_c_pa_allegheny.htm'],
		['Armstrong', 'b_c_pa_armstrong.htm'],
		['Beaver', 'b_c_pa_beaver.htm'],
		['Berks', 'b_c_pa_berks.htm'],
		['Bradford', 'b_c_pa_bradford.htm'],
		['Bucks', 'b_c_pa_bucks.htm'],
		['Butler', 'b_c_pa_butler.htm'],
		['Cambria', 'b_c_pa_cambria.htm'],
		['Chester', 'b_c_pa_chester.htm'],
		['Clarion', 'b_c_pa_clarion.htm'],
		['Clearfield', 'b_c_pa_clearfield.htm'],
		['Crawford', 'b_c_pa_crawford.htm'],
		['Cumberland', 'b_c_pa_cumberland.htm'],
		['Dauphin', 'b_c_pa_dauphin.htm'],
		['Elk', 'b_c_pa_elk.htm'],
		['Erie', 'b_c_pa_erie.htm'],
		['Fayette', 'b_c_pa_fayette.htm'],
		['Forest', 'b_c_pa_forest.htm']
	],
	['Pennsylvania - "G-Z"', 'map_penn.htm', null,
		['Greene', 'b_c_pa_greene.htm'],
		['Indiana', 'b_c_pa_indiana.htm'],
		['Jefferson', 'b_c_pa_jefferson.htm'],
		['Lawrence', 'b_c_pa_lawrence.htm'],
		['Luzerne', 'b_c_pa_luzerne.htm'],
		['Mercer', 'b_c_pa_mercer.htm'],
		['Montgomery', 'b_c_pa_montgomery.htm'],
		['Northampton', 'b_c_pa_northampton.htm'],
		['Pike', 'b_c_pa_pike.htm'],
		['Somerset', 'b_c_pa_somerset.htm'],
		['Susquehanna', 'b_c_pa_susquehanna.htm'],
		['Venango', 'b_c_pa_venango.htm'],
		['Warren', 'b_c_pa_warren.htm'],
		['Washington', 'b_c_pa_washington.htm'],
		['Westmoreland', 'b_c_pa_westmoreland.htm'],
		['Wyoming', 'b_c_pa_wyoming.htm']
	]
],
	['Bridges - "QC-WI"', null, null,


	['Qu&eacute;bec -', 'map_quebec.htm', null,
		['Capitale-Nationale', 'b_c_qc_capitalenationale.htm'],
		['Chaudi&eacute;re-Appalaches', 'b_c_qc_chaudiereappalaches.htm']
	],
	['South Carolina -', 'map_sc.htm', null,
		['Anderson', 'b_c_sc_anderson.htm'],
		['Greenville', 'b_c_sc_greenville.htm']
	],
	['Texas -', 'map_texas.htm', null,
		['Comal', 'b_c_tx_comal.htm'],
		['Falls', 'b_c_tx_falls.htm'],
		['Llano', 'b_c_tx_llano.htm'],
		['Mason', 'b_c_tx_mason.htm'],
		['McLennan', 'b_c_tx_mclennan.htm'],
		['San Saba', 'b_c_tx_sansaba.htm']
	],
	['Tennessee -', 'map_tenn.htm', null,
		['Fentress', 'b_c_tn_fentress.htm'],
		['Hamilton', 'b_c_tn_hamilton.htm'],
		['Marion', 'b_c_tn_marion.htm'],
		['Meigs', 'b_c_tn_meigs.htm'],
		['Morgan', 'b_c_tn_morgan.htm'],
		['Scott', 'b_c_tn_scott.htm']
	],
	['UK and Ireland -', 'map_britishisles.htm', null,
		['England', 'b_c_uk_england.htm']
	],
	['Utah -', 'map_ut.htm', null,
		['Weber', 'b_c_ut_weber.htm'],
	],
	['Vermont -', 'map_vt.htm', null,
		['Addison', 'b_c_vt_addison.htm']
	],
	['Virginia -', 'map_va.htm', null,
		['Lynchburg', 'b_c_va_lynchburg.htm'],
		['Norfolk', 'b_c_va_norfolk.htm'],
		['Russell', 'b_c_va_russell.htm']
	],
	['West Virginia -', 'map_wv.htm', null,
		['Brooke', 'b_c_wv_brooke.htm'],
		['Cabell', 'b_c_wv_cabell.htm'],
		['Hancock', 'b_c_wv_hancock.htm'],
		['Marshall', 'b_c_wv_marshall.htm'],
		['Mason', 'b_c_wv_mason.htm'],
		['Ohio', 'b_c_wv_ohio.htm'],
		['Pleasants', 'b_c_wv_pleasants.htm'],
		['Tyler', 'b_c_wv_tyler.htm'],
		['Wetzel', 'b_c_wv_wetzel.htm'],
		['Wood', 'b_c_wv_wood.htm']
	],
	['Wisconsin -', 'map_wi.htm', null,
		['Ashland', 'b_c_wi_ashland.htm'],
		['Crawford', 'b_c_wi_crawford.htm'],
		['Iron', 'b_c_wi_iron.htm'],
		['Marathon', 'b_c_wi_marathon.htm'],
		['Milwaukee', 'b_c_wi_milwaukee.htm'],
		['Ozaukee', 'b_c_wi_ozaukee.htm'],
		['Racine', 'b_c_wi_racine.htm'],
		['Rock', 'b_c_wi_rock.htm']
	],
],


];

