/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', '/aboutus.php', {'sb':'About the Hartford Chorale','sw':65},
		['Our History', '/aboutus/our_history.php', {'sb':'The History of the Hartford Chorale'}],
		['Performances by Season', '/aboutus/performances.php', {'sb':'Hartford Chorale Performances by Season'}],
		['Past Music Directors', '/aboutus/past_directors.php', {'sb':'Past Music Directors of The Hartford Chorale'}],
		['Community Outreach', '/aboutus/community.php', {'sb': 'Community Outreach'}],
		['Contact Us', '/contactus.php', {'sb': 'Contact The Hartford Chorale'}]
	],
	['Press', '/reviews.php', {'sb':'The Hartford Chorale Publicity','sw':56}],
	['Schedule & Tickets', '/schedule.php', {'sb':'Schedule and Tickets for Our Performances','sw':130}],
	['Our People', '/people.php', {'sb':'The People of the Hartford Chorale','sw':75},
		['Music Director', '/people.php', {'sb':'The Hartford Chorale Music Director'}],
		['Assistant Music Director', '/people/assistant_director.php', {'sb':'The Hartford Chorale Assistant Music Director'}],
		['Executive Director', '/people/executive_director.php', {'sb':'The Hartford Chorale Executive Director'}],
		['Accompanist', '/people/accompanist.php', {'sb':'The Harford Chorlae Accompanist'}],
		['Board of Directors', '/people/board.php', {'sb':'The Hartford Chorale Board of Directors'}],
		['Chorale Members', '/people/members.php', {'sb':'The Hartford Chorale Members'}]
	],
	['Join Us', '/joinus.php', {'sb':'Join The Hartford Chorale','sw':59}],
	['Chamber Singers', '/chambersingers.php', {'sb':'The Hartford Chorale Chamber Singers','sw':115}],
	['Internships', '/internship.php', {'sb':'The Harford Chorale Internship Program','sw':80}],
	['Support Us', '/support.php', {'sb':'Support The Hartord Chorale','sw':80},
		['Conductor\'s Circle', '/support.php#conductors', {'sb':'The Hartford Chorale Conductor\'s Circle'}],
		['Gifts', '/support.php#gifts', {'sb':'Gifts to The Hartford Chorale'}],
		['Donors', '/support.php#donors', {'sb':'Donors to The Harford Chorale'}],
		['Scholarships', '/support.php#scholarships', {'sb':'The Hartford Chorale Scholarships'}],
		['Memorials', '/support.php#memorial', {'sb':'Memorials to The Hartford Chorale'}],
		['Volunteer', '/volunteer.php', {'sb':'Volunteers of Note'}]
	],
	['Members Only', '/members/members_home.php', {'sb':'The Hartford Chorale Member\'s Section','sw':90}]
];

var MENU_ITEMS1 = [
	['MEMBER\'S HOME', '/members/members_home.php'],
	['ANNOUNCEMENTS', '/members/announcements.php'],
	['BOARD INFORMATION', '/members/information_board.php'],
	['WOMEN\'S ATTIRE', '/members/womens_attire.php'],
	['PHOTOS', '/members/photos.php'],
/* 	['FORUM', '/members/forum/YaBB.pl']  */
];
