/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['We\'re TC Crew', null, null,
		['The Team', null, null,
			['Boys\' Crew', 'boys.htm'],
			['Girls\' Crew', 'girls.htm'],
			['Sign Up!', 'signup.htm']
		],
		['The Coaches', 'coaches.htm'],
		['News', 'news.htm'],
		['Calendar', 'calendar.htm'],
		['The Rowing Center', 'boathouse.htm'],
		['FAQ', 'faq.htm'],
		['For Parents', 'parents.htm'],
		['Safety', 'Safety.htm']
	],
	['On the Water', null, null,
		['Regattas', null, null,
			['Schedule', 'regatta_schedule.htm'],
			['Results', 'regatta_results.htm', null,
				['2006 Season', 'results06.htm'],
				['2007 Season', 'results07.htm'],
				['2008 Season', 'results08.htm']
			],
		],
		['Driving Directions', 'directions.htm'],
		['Regatta Tips', 'regatta_tips.htm'],
		['Practice Schedule', 'practice.htm']
	],
	['Crew Boosters', null, null,
		['About ACB', 'acb.htm'],
		['ACB Board', 'board.htm'],
		['Fundraisers', 'fundraisers.htm', null,
			['Grocery Scrip', 'grocery.htm']
		],
		['Volunteer!', 'volunteer.htm', null,
			['Regattas', 'vol_regatta.htm'],
		],
		['Crew Closet', 'closet.htm']
	],
	['Programs', null, null,
		['Want To Row?', 'want_to_row.htm'],
		['Summer Crew', 'summer.htm'],
		['Fall Crew', 'fall.htm'],
		['ODBC Select Crew', 'odbc.htm'],
		['Winter Ball', 'winterball.htm'],
		['Erg Sprints', 'http://ergsprints.com']
	],
	['Photos', null, null,
		['Current Season', 'seasonphotos.htm'],
		['Past Seasons', 'pastphotos.htm']
	],
	['Links', 'links.htm']
];
