/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'Home.aspx'],
	['Shows', null, null,
		['2008 Season  >>', null, null,
		    ['Steel Magnolias', 'SteelMagnolias.aspx'],
			['SJT Childrens Workshop', null],
			['Jekyll and Hyde', 'JekyllAndHyde.aspx'],
			['Missoula Childrens Theatre', null],
			['Always Patsy Cline', 'Patsy.aspx'],
			['Rocky Horror Picture Show', 'Home.aspx']
		],
		['2009 Season  >>', null, null,
		    ['12 Angry Jurors', null],
			['All Shook Up', 'AllShookUp.aspx'],
            ['Toy Camp', 'ToyCamp.aspx']
		],
		['Auditions', 'Auditions.aspx'],
		['Buy Tickets', 'Tickets.aspx'],
		['Seating Chart', 'Seating.aspx']
	],
	['Events', null, null,
		['Special Events', 'SpecialEvents.aspx'],
		['Calendar', 'Calendar.aspx']
	],
	['Archives', null, null,
		['Photos', 'PastShows.aspx'],
		['Press', 'Press.aspx'],
		['Past Shows', 'PastShows.aspx']
	],
	['Volunteer', null, null,
		['New Volunteers', 'Volunteer.aspx'],
		['Productions', null],
		['Mailing List', 'MailingList.aspx']
	],
	['About SJT', null, null,
		['Contact Us', 'Contact.aspx'],
		['Board of Directors', 'Board.aspx'],
		['Friends of the Theatre', 'Friends.aspx'],
		['Mailing List', 'MailingList.aspx'],
		['History  >>', null, null,
			['Louis J. Maurin, Sr.', 'History.aspx'],
			['St. John Theatre', 'SJTHistory.aspx']
		],
		['Box Office Hours', 'Tickets.aspx']
	]
];

