// menu_items.js file

var MENU_ITEMS =[
	["Home", "http://www.westburyquakers.org/"],
	["Welcome", "http://www.westburyquakers.org/welcome.htm"],
	["Things to do", "http://www.westburyquakers.org/qt/archive/files/calendar.htm",
		["Newsletter", "http://www.westburyquakers.org/qt/archive/files/bluesheet.htm",
			["Blue Sheet", "http://www.westburyquakers.org/qt/archive/files/bluesheet.htm"]
		],
		["Calendar / Schedule of Events", "http://www.westburyquakers.org/qt/archive/files/calendar.htm"]
	],
	["Learn about us", "http://www.westburyquakers.org/qt/learn.cfm",
		["FAQs", "http://www.westburyquakers.org/qt/faq.cfm"],
		["Glossary", "http://www.westburyquakers.org/qt/glossary.cfm"],
		["Find other Meetings", "qt/list_meetings.htm"],
		["Minutes", "http://www.westburyquakers.org/qt/archive/files/minutes.htm"],
		["State of Society", "http://www.westburyquakers.org/qt/statement.cfm"]
	],
	["Visit our Archive", "http://www.westburyquakers.org/qt/archive/Archive.htm",
		["People", "http://www.westburyquakers.org/qt/lookup.cfm?type=People"],
		["Places", "http://www.westburyquakers.org/qt/lookup.cfm?type=Places"],
		["Timeline", "http://www.westburyquakers.org/qt/timeline.cfm"],
		["Contribute to the Catalog", "http://www.westburyquakers.org/qt/Catalog/Clogin.htm"]
	],
	["Quaker Organizations", "http://www.westburyquakers.org/qt/orgslist.htm",
		["New York Yearly Meeting", "http://www.nyym.org"],
		["American Friends Service Committee", "http://www.afsc.org",
			["State of Society", "http://www.westburyquakers.org/qt/statement.htm"]
		],
		["Quaker United Nations", "http://www.quno.org/newyork/Resources/qunoHigh"],
		["Friends Committee on National Legislation", "http://www.fcnl.org/index.htm"]
	],
	["Westbury Friends School", "http://www.westburyfriends.org"]
];

