/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home','http://www.holyascension.net/'],
	['About Us', null, null,
	 	['Pastor`s Welcome', 'http://www.holyascension.net/about_us/pastor/'],
		['Mission Statement', 'http://www.holyascension.net/about_us/mission/'],
		//['Our History', 'http://www.holyascension.net/about_us/timeline/'],
		['What is Orthodox?', 'http://www.holyascension.net/about_us/about_orthodox/'],
		['Get Directions', 'http://www.holyascension.net/about_us/directions/']
	],
	['Services', null, null,
	 	['Service Times', 'http://www.holyascension.net/services/reg_sunday/'],
		['Observed Feasts', 'http://www.holyascension.net/services/feasts/'],
		['About Vespers', 'http://www.holyascension.net/services/vespers/'],
		['About Matins', 'http://www.holyascension.net/services/matins/'],
		['About Divine Liturgy', 'http://www.holyascension.net/services/liturgy/']
	],
	['Ministries', null, null,
	 	//['Church School', null],
		//['Adult Education', null],
		['Music Ministry', 'http://www.holyascension.net/ministries/choir/'],
		//['Spiritual Growth Group' , null],
		['Christian Education', 'http://www.holyascension.net/ministries/education/'],
		['Antiochian Women', 'http://www.holyascension.net/ministries/women/']
	],
	['Charities', null, null,
	 	['Holy Ascension CARES', 'http://www.holyascension.net/charities/cares/'],
		['Kings Jubilee', 'http://www.holyascension.net/charities/kings/'],
		['Orthodox Charities','http://www.holyascension.net/charities/international/']
	],
	['Contact Us', 'http://www.holyascension.net/contact/'],
	['Calendar','http://www.holyascension.net/cgi-bin/calendar.cgi'],
	['Pictures', null, null,
	 	//['gallery 1'],
		//['Theophany Party 2008','http://www.holyascension.net/galleries/tekla_0108/index.html'],
		//['2006 St. Thekla Christmas Party','http://www.holyascension.net/galleries/tekla/index.html'],
		//['Christmas 2006 Pageant','http://www.holyascension.net/galleries/2006_Pagant/index.html'],
		//['Property Photos','http://www.holyascension.net/galleries/property2/index.html'],
		['Sunday After Nativity','http://www.holyascension.net/galleries/2009_12_27/index.html'],
		['Sunday of Orthodoxy','http://www.holyascension.net/galleries/2010_02_21/index.html'],
		['Holy Saturday','http://www.holyascension.net/galleries/2010_04_03/index.html'],
		['Moving Day Akathist','http://www.holyascension.net/galleries/2020_05_02/index.html']
		//['Teen SOYO Outreach','http://www.holyascension.net/galleries/SYO/index.html'],
		//['Property Clean Up','http://www.holyascension.net/galleries/prop_cu/index.html'],
		//['Saints Festival 2008','http://www.holyascension.net/galleries/2008_11_01/index.html'],
		//['March for Life 2009','http://www.holyascension.net/galleries/2009_01_22/index.html']
		//['Bishop Thomas 2008','http://www.holyascension.net/galleries/2008_11_16/index.html']
		//['Bishop Thomas 2007','http://www.holyascension.net/galleries/hw_holytue/index.html'],
		//['Bishop Thomas 2006','http://www.holyascension.net/galleries/bt06/index.html']
	],
	//['Property','http://www.holyascension.net/property/', {'tw' : '_blank'}],
];
	

