/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.boroughofbridgeport.com'],
	['Visitors', null, null,
		['Directions', 'http://www.boroughofbridgeport.com/visitors/directions.html'],
		['Churches', 'http://www.boroughofbridgeport.com/visitors/churches.html'],
		['Hotels', 'http://www.boroughofbridgeport.com/visitors/hotels.html'],
		['Entertainment', 'http://www.boroughofbridgeport.com/visitors/entertainment.html'],
		['Map', 'http://maps.google.com/maps?q=Bridgeport,+PA,+United+States+of+America&sa=X&oi=map&ct=title'],
		['History', 'http://www.boroughofbridgeport.com/visitors/history.html'],
		['GVF Transportation', 'http://www.gvftma.com/']
	],
	['Local Info', null, null,
		['Directory', 'http://www.boroughofbridgeport.com/localinformation/directory.html'],
		['Businesses', 'http://www.boroughofbridgeport.com/localinformation/businesses.html'],
		['Calendar', 'http://www.boroughofbridgeport.com/localinformation/calendar/calendar.htm', {'tw':'_blank'}],
		['News', 'http://www.boroughofbridgeport.com/localinformation/news.html'],
		['Newsletter', 'http://www.boroughofbridgeport.com/localinformation/newsletter.html'],
		['Recreation', null, null,
			['Recreation Programs', 'http://www.boroughofbridgeport.com/localinformation/recreation/programs.html'],
			['Borough Parks', 'http://www.boroughofbridgeport.com/localinformation/recreation/parks.html']
		]
	],
	['Government', null, null,
		['Borough Council', 'http://www.boroughofbridgeport.com/government/council.html'],
		['Boards & Committees', 'http://www.boroughofbridgeport.com/government/boardscommittees.html'],
		['Budget', 'http://www.boroughofbridgeport.com/government/budget/budget2010.xls'],
		['Open Records Officer', 'http://www.boroughofbridgeport.com/government/openrecordsofficer02.pdf'],
		['Meeting Minutes', null, null,
			['2012', 'http://www.boroughofbridgeport.com/government/meetingminutes/2012.html'],
			['Archive', 'http://www.boroughofbridgeport.com/government/meetingminutes/archive.html']
		],
		['Elections', 'http://www.boroughofbridgeport.com/government/elections/elections.html'],
		['US Government', 'http://www.usa.gov/'],
		['PA State Government', 'http://www.state.pa.us/'],
		['PA State Representative', 'http://www.pahouse.com/Briggs/index.asp'],
		['PA State Senator', 'http://www.senatorleach.com/'],
		['US Congress', 'http://sestak.house.gov/'],
		['US Senate', null, null,
			['Sen. Bob Casey Jr.', 'http://casey.senate.gov/'],
			['Sen. Arlen Specter', 'http://specter.senate.gov/public/']
		]
	],
	['Codes', null, null,
		['Permit Applications', 'http://www.boroughofbridgeport.com/codes/permitapps.html'],
		['Permits & Inspections', 'http://www.boroughofbridgeport.com/codes/permitsinsp.html'],
		['Code Book', 'http://www.boroughofbridgeport.com/codes/codebook.html'],
		['Municipal Zoning Map', 'http://www.boroughofbridgeport.com/codes/zoningmap.html']
	],
	['Forms', 'http://www.boroughofbridgeport.com/forms/index.html'],
	['Public Safety', null, null,
		['Police Department', 'http://www.boroughofbridgeport.com/publicsafety/police.html'],
		['Fire Department', null, null,
			['Bridgeport No. 1', 'http://www.freewebs.com/bridgeportfireco/'],
			['Goodwill Fire Co.', 'http://www.freewebs.com/station32/']
		]
	],
	['Public Works', null, null,
		['Public Works Department', 'http://www.boroughofbridgeport.com/publicworks/pworksdept.html'],
		['Snow/Ice Removal', 'http://www.boroughofbridgeport.com/publicworks/snowice.html'],
		['Street Sweeping', 'http://www.boroughofbridgeport.com/publicworks/streetsweep.html'],
		['Trash', 'http://www.boroughofbridgeport.com/publicworks/trash.html']
	],
	['Multimedia', null, null,
		['Pictures', 'http://www.boroughofbridgeport.com/multimedia/pictures.html'],
		['Videos', 'http://www.boroughofbridgeport.com/multimedia/video.html']
	],
	['Links', 'http://www.boroughofbridgeport.com/links/index.html']
];

