// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Information", null, null,
		["Welcome Center", "/welcome.php"],
		["Upcoming Events", "/events.php"],
		["About VCC", "/aboutvcc.php"],
		["What We Believe", "/believe.php"],
		["Location", "/location.php"],
		["About the Pastor", "/pastor.php"],
                ["Photo Gallery", "/gallery/",{'tw' : '_blank'}],
		["VCC Calendar", "http://www.MyChurchEvents.com/calendar/calendar.aspx?ci=L6K5O9F0I3K5G1G1",{'tw' : '_blank'}],
		["Bulletin", "/bulletin.pdf",{'tw' : '_blank'}],
		["Online Giving", "/giving.php"],
		["Press Releases", "/releases.php"],
		["Contact Us", "/contact.php"]
	],
	["Ministries", null, null,
		["Angel Food","/angelfood.php"],
		["Cadence","http://www.cadenceworship.com",{'tw' : '_blank'}],
		["Celebrate Recovery","/event.php?event=114"],
		["Children's", "/childrens.php"],
		["Couple's","/couples.php"],
                ["Crossover(Jr High)", "crossover.php"],
		["Drama", "/drama.php"],
		["Hispanic", "/hispanic.php"],
		["Isaiah 6:8(Jail and Adult Living)","/isaiah6_8.php"],
		["Men's","http://www.victorymen.org",{'tw' : '_blank'}],
		["Mission & Outreach", "/outreach.php"],
		["Prayer", "/prayer.php"],
		["Radius(Sr High/College/Career)", "/radius.php"],
		["Small Group","/smallgroup.php"],
		["Women's", "/womens.php"],
                ["Worship & Arts", "/music.php"]
	],
	["Resources", null, null,
		["Message Archive", "/messages/"],
		["Word For The Week", "/wftw.php?word=0"],
		["Mailing Lists", "/lists/"],
		["Classes &amp; Studies &nbsp; &nbsp;  >>", null,null,
			["Foundation Class","/foundations.php"],
			["Upcoming Bible Studies","/events.php?category=Bible+Studies"],
			["Upcoming Classes","/events.php?category=Classes"],
			["Spiritual Gifts","/documents/holyspirit1.pdf"],
			["Water Baptism","/documents/Water_Baptism.pdf"]
		],
		["Recommended Reading","/documents/Recommended_Reading.pdf"],
		["Consent &amp; Release Forms &nbsp;>>", null,null,
			["Parental Consent &amp; Release","/documents/parental_consent_release.pdf"],
			["Local Parental Consent &amp; Release","/documents/parental_consent_release_local.pdf"],
			["Adult Release","/documents/adult_release.pdf"]
		],
		["Wedding Information","/weddinginfo.php"],
		["Christian Links","/links.php"]
	],
	["Good News", null, null,
		["God Loves You", "http://www.campuscrusade.com/fourlawsflash.htm",{'tw' : '_blank'}],
		["Who Is Jesus", "http://www.whoisjesus.org/english/menu.htm",{'tw' : '_blank'}]
	]
];
