// menu_items.js file

var MENU_ITEMS =[
	['Calendars', null, null,
		['Prayer Calendar', null, null,
		 	['January 2012(PDF)', 'http://www.cascadespresbytery.org/PrayersCal2012-01.pdf'],
			['February 2012(PDF)', 'http://www.cascadespresbytery.org/PrayersCal2012-02.pdf']
	],
		['Event Calendar', 'Calendar.html'],
	],
	['Camping Programs', null, null,
	 	['Camping Website', 'http://www.campcascades.org'],
		['Online Registration', 'SummerCamp2012_online.html']
	],
	['Directories', null, null,
		['Committees', null, null,
			['Committee Directory', 'committees.pdf'],
			['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', 'CandidatesList2011.pdf'],
		['Campus Ministry', 'CampusMinistries.pdf'],
		['Christian Educators', 'CE.html'],
		['Spiritual Directors', 'http://www.sdiworld.org/seek-and-find-guide.html']
	],
	['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/PublicPapers.pdf'],
		['New Equalization Formula', 'http://www.cascadespresbytery.org/2011-12EqualizationFormula.pdf']
	],
	['Presbytery Resources', null, null,
	 	['Insurance For Your Church', 'http://www.cascadespresbytery.org/2011insurance.pdf'],
	 	['Guidelines For social media', 'http://www.cascadespresbytery.org/Social_Networking_Guidelines1.html'],
	 	['Policy Guidelines For Leadership Accountability', 'PolicyGuidelines_LeaderAccountability.pdf'],
		['"Presbyterianisms" In Simple Language', 'Presbyterianisms-Explained2011.pdf'],
	 	['COM Resources', 'http://www.cascadespresbytery.org/ComManual.html'], 		
		['Sexual Misconduct Policy', 'http://www.cascadespresbytery.org/SexualMisconductPolicy.pdf'],
	 	['Mission Insite (demographics)', 'http://www.missioninsite.org'],
		['Board of Pensions of the PC (U.S.A.)', 'http://www.pensions.org/portal/server.pt'],
		['Clerks and Treasurers Info', 'docs.html'],
		['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'],
		['<i>Opening Doors</i> Taskforce', 'OpeningDoors.html'],
		['Presbyterian Foundation', 'http://www.presbyterianfoundation.org/'],
		['Synod of the Pacific', 'http://www.synodpacific.org/']
	],
	['Presbyterian Global Resources', null, null,
		['National Presbyterian Website', 'http://pcusa.org/'],
		['Presbyterian Disaster Assistance', 'http://gamc.pcusa.org/ministries/pda/'],
		['Department of History', 'http://www.history.pcusa.org'],
		['Office of the General Assembly', 'http://oga.pcusa.org/']
	],
	['Publications', null, null,
		['Omnibus', null, null,
			['Current Issue', 'http://www.cascadespresbytery.org/OmnibusFeb_Mar2012.pdf'],
			['Archives', 'omnibus-archives.html']
		],
		['CEE-Electronic Newsletter', null, null,
			['Sign Up', 'emailinfo1.html'],
			['Current Issue (PDF)', 'http://www.cascadespresbytery.org/CEE/CEE-2012-01-11.pdf'],		
			['Current Issue (HTML)', 'http://www.cascadespresbytery.org/CEE/CEE-2012-01-11.htm'],
			['Archives', 'emailinfo1.html']
		],
		['Presbytery Highlights: Nov 2011', 'http://www.cascadespresbytery.org/PresbyteryHighlightsNov2011.pdf'],
		['2012 Guide to Partnership Giving', 'http://www.cascadespresbytery.org/2012docs/2012PartnershipGiving.pdf'], 
		['Moderators Blog Archives', null, null,
			['Archives-2009-2010', 'http://moderatorconnection.blogspot.com']
		]
	],
	['Transitions', null, null,
	 	['Member Transitions','transitions-archives.pdf'],
		['Member Obituaries', 'inMemoriam.html']
	],
	['Home Page', 'http://www.cascadespresbytery.org/']
];

