/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Welcome', null, null,
		['Meet the Pastor', './pastor.htm'],
		['Service Times', './servicetimes.htm'],
		['Directions', 'http://www.mapquest.com/maps/map.adp?address=457%20Burkhart%20Rd&city=Lexington&state=NC&zipcode=27292&country=US&title=%3cb%3eGrace%20Alliance%20Church%3c%2fb%3e%3cbr%20%2f%3e%20457%20Burkhart%20Rd%3cbr%20%2f%3e%20Lexington%2c%20NC%2027292%2c%20%20US&cid=lfmaplink2&name=Grace%20Alliance%20Church&dtype=s'],
		['Contact', null, null,
			['Church Office', 'mailto:office@gracealliance.net?subject=WebSite'],
			['Pastor', 'mailto:pastor@gracealliance.net?subject=WebSite'],
			['WebMaster', 'mailto:webmaster@gracealliance.net?subject=WebSite']
	    ],
	],
	['What We Believe', null, null,
		['Statement of Faith', './statement.htm'],
		['Fourfold Gospel', './4gospel.htm'], 
		['Great Comission', './comission.htm'] 
		/*['Good News', './goodnews.htm'],
		['Knowing God', './knowing.htm']*/
		
		
	],
	['Ministries', null, null,
		['Children', './children.htm'],
		['AGAPE Youth', 'agape.htm'],
		/*['AGAPE Youth', './AGAPE_Dec.pdf'],*/
		['Alliance Women', 'women.htm'],
		['Alliance Men', 'men.htm'],
		['Young at Heart', 'yah.htm'],
		['Our Missionary Family', null, null,
            ['The Solvigs', 'http://www.forministry.com/USNCCMIALGACGA/'],
            ['The Brokoops', 'http://brokopps.elasah.com/wordpress/']
        ],

	],
	['Current Events', null, null,
		['Weekly Bulletin', './bulletin.pdf'],
		['Monthly Calendar', './calendar.pdf'],
		['Prayer Request', './prayer.pdf'],
		/*['Receive Newsletter', 'emailnews.htm'],
		['Free Adobe Reader', 'http://www.adobe.com/products/acrobat/readstep2.html']*/
	],
	
	['Listen', null, null,
		['Sermons/Devotions', './sermons.htm']
		
	],

	['The Alliance', null, null,
		['C&MA National', 'http://www.cmalliance.org'],
		['C&MA District', 'http://www.sadcma.org/'],
		['Alliance Life', 'http://www.alliancelife.org/'],
		['Alliance Youth', 'http://www.alliance-youth.com/?http:/www.alliance-youth.com']
	],
	
	
];
