/*
  --- 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 LEFT_MENU_ITEMS = [
	['About Us', null, null,
		['Our Pastors', 'pastors.html'],
		['Our Staff', 'church_staff.html'],
	],
	['Adult Education', 'adult-education.html'],
	['ESL', 'esl.html'],
	['Membership', 'membership.html'],
	['Global Ministries', 'missions.html'],
	['Music', 'music.html'],
	['Photos', 'http://calvarymtairy.shutterfly.com', {'tw' : '_blank'}],
	['Sunday School', 'sunday_school.html'],
	['Youth Group', 'youth.html'],
	['Volunteer', 'volunteer.html'],
	['About This Site', 'about_this_site.html'],
	['Archives', null, null,
		['Calendars','calendar-archive.html'],
		['Newsletters','newsletter-archive.html'],
	]
	/*
	['Soft','http://www.softcomplex.com/', {'tw' : 'content'},
		['Services','http://www.softcomplex.com/services.html', {'tw' : 'content'}],
		['Download','http://www.softcomplex.com/download.html', {'tw' : 'content'}],
		['Order','http://www.softcomplex.com/order.html', {'tw' : 'content'}],
		['Support','http://www.softcomplex.com/support.html', {'tw' : 'content'}],
	],
	['Special', null, null,
		['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
		['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
	],
	['Another', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],
	*/
];