// menu_items.js file 2/15/2009

var MENU_ITEMS =[
	["<b>Home</b>", "index.cfm"],
	["<b>About The Community</b>", "about_cc.cfm",
		["<b>Description</b>", "about_cc.cfm#description"],
		["<b>Our Mission Statement</b>", "about_cc.cfm#mission"],
		["<b>History</b>", "about_cc.cfm#history"],
		["<b>How To Find Us</b>", "about_cc.cfm#location"],
		["<b>Worship Times</b>", "about_cc.cfm#times"],
		["<b>Our Traditional Symbols</b>", "cc_symbols.cfm"],
		["<b>Becoming A Member</b>", "about_cc.cfm#membership"]
	],
	["<b>&quot;Bulletin Board&quot;</b>", "bulletin_board.cfm"],
	["<b>Weekly Bulletin</b>", "bulletin.cfm"],
	["<b>Community Calendar</b>", "bulletin_board.cfm#calendar"],
	["<b>Community List</b>", "membership_list.cfm"],
	["<b>Prayer Requests</b>", "prayers_concerns.cfm"],
	["<b>Governance</b>", "governance.cfm",
		["<b>Our Governance Model</b>", "governance_model.cfm"],
		["<b>Our Leadership Team (CLT)</b>", "governance.cfm#clt"],
		["<b>Community Meetings</b>", "governance.cfm#meetings"],
		["<b>Community Mtg. Schedule</b>", "governance.cfm#meeting_schedule"],
		["<b>Community Mtg. Documents</b>", "community_mtg.cfm"],
	],
	["<b>Community Ministries</b>", "ministries.cfm",
		["<b>Spiritual Ministries</b>", "min_spiritual.cfm"],
		["<b>Outreach Ministries</b>", "min_outreach.cfm"],
		["<b>Education Ministries</b>", "min_education.cfm"],
		["<b>Social Ministries</b>", "min_social.cfm"],
		["<b>Service Ministries</b>", "min_services.cfm"]
	],
	["<b>Community Events</b>", "events.cfm"],
	["<b>Useful Links</b>", "links.cfm"],
	["<b>Contact Information</b>", "contact_info.cfm"]
];