// menu_items.js file

var MENU_ITEMS =[
	['Calendars', null, null,
		['Prayer Calendar', null, null,
			['July (PDF)', 'PrayersCal2010-07.pdf'],
			['August (PDF)', 'PrayersCal2010-08.pdf']
		],
		['Event Calendar', 'Calendar.html'],
	],
	['Camping Programs', null, null,
		['Camping Brochure', '2010SummerCamp.pdf'],
		['Online Registration', 'SummerCamp2010_online.html']
	],
	['Directories', null, null,
		['Committees', null, null,
			['Committee Directory', 'committees.html'],
			['Nomination Form & Info', 'NominationForm.pdf']
		],
		['Congregations', 'Churches_Ministers2010.pdf'],
		['Clergy', 'Ministers-Public2010.pdf'],
		['Member Protected Information', '/Directory/index.html']
	],
	['Contact Us', null, null,
		['Meet the Staff', 'Bio.html'],
		['Meet The Officers', 'Officers.html'],
		['Candidates for Ministry', 'CandidatesList2009.pdf'],
		['Campus Ministry', 'CampusMinistries.pdf'],
		['Christian Educators', 'CE.html'],
		['Spiritual Directors', 'http://www.sdiworld.org/seek-and-find-guide.html'],
		['Presbyterian Women', 'http://www.cascadespw.org']
	],
	['Employment in the Presbytery', 'Jobs.html'],
	['Media Resource Library', 'mediarc.html'],
	['Presbytery Forms', 'Forms.html'],
	['Presbytery Papers', null, null,
		['Members Papers', 'http://www.cascadespresbytery.org/prespapers/index.html'],
		['Informational Papers', 'http://www.cascadespresbytery.org/2010docs/PresPapers2010-06.pdf'],
		['New Equalization Formula', 'http://www.cascadespresbytery.org/2010-11Equalization.pdf']
	],
	['Presbytery Resources', null, null,
		<!--['Alban Institute Resources', 'http://www.congregationalresources.org'], -->
		['Board of Pensions of the PC (U.S.A.)', 'http://www.pensions.org/portal/server.pt'],
		['Clerks and Treasurers Info', 'docs.html'],
		['Department of History', 'http://www.history.pcusa.org'],
		['Eco-Justice Resources', 'GreenCongregations.html'],
		['Presbyterian One Insurance', 'http://www.presbyterianone.org'],
		['Menucha Retreat & Conference Center', 'http://www.menucha.org/programs/'],
		['New Church Development Team', 'http://www.cascadesncd.org'],
		['National Presbyterian Website', 'http://pcusa.org/'],
		['<i>Opening Doors</i> Taskforce', 'OpeningDoors.html'],
		['Peacemaking & Hunger', '0mnibus-archives.html'],
		['Presbyterian Church (U.S.A.) General Assembly', 'http://www.pcusa.org/'],
		['Presbyterian Foundation', 'http://www.presbyterianfoundation.org/'],
		['Synod of the Pacific', 'http://www.synodpacific.org/']
	],
	['Publications', null, null,
		['Omnibus', null, null,
			['Current Issue', 'Omnibus8_9_2010.pdf'],
			['Archives', 'omnibus-archives.html']
		],
		['CEE-Electronic Newsletter', null, null,
			['Sign Up', 'emailinfo1.html'],
			['Current Issue (pdf)', 'CEE_July_27_2010.pdf'],
			['Current Issue (html)', 'CEE-7-28-2010.html']
		]
	],
	['Transitions', null, null,
	 	['Member Transitions','transitions-archives.pdf'],
		['Member Obituaries', 'inMemoriam.html']
	],
	['Home Page', 'http://www.cascadespresbytery.org/']
];
