/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tw':'_self'}],
	['Schedule', null, null,
		['Game Schedule', null, null,
			['Varsity / JV', 'docs/v_game_schedule.pdf', {'tw':'_blank'}],
			['Freshman', 'docs/f_game_schedule.pdf', {'tw':'_blank'}]
		],
		['Player Schedule', 'docs/player_schedule.pdf', {'tw':'_blank'}],
		['Directions', 'directions.htm', {'tw':'_self'}]
	],
	['Teams', null, null,
		['Varsity/JV', 'varsity.htm', {'tw':'_self'}],
		['Freshman', 'freshman.htm', {'tw':'_self'}]
	],
	['Coaching Staff', null, null,
		['Head Coach Barnes', 'coachbarnes.htm'],
		['Coach Daniels', 'coachdaniels.htm'],
		['Coach Graves', 'coachgraves.htm'],
		['Coach Hall', 'coachhall.htm'],
		['Coach Seale', 'coachseale.htm'],
		['Coach Nelson', 'coachnelson.htm'],
		['Coach Harp', 'coachharp.htm'],
		['Coach Leeman', 'coachleeman.htm'],
		['Coach Chicoine', 'coachchicoine.htm']
	],
	['Links', null, null,
		['OC Varsity', 'http://www.ocvarsity.com/', {'tw':'_blank'}],
		['LA Times', 'http://www.latimes.com/sports/highschool/', {'tw':'_blank'}],
		['Tesoro HS', 'http://www.tesorohighschool.com/', {'tw':'_blank'}],
		['Tesoro Athletics', 'http://www.TesoroAthletics.com', {'tw':'_blank'}],
		['Rivals', 'http://orangecountyillustrated.rivals.com/', {'tw':'_blank'}],
		['Max Preps', 'http://www.maxpreps.com/california/football/state_sport.aspx?state=ca&gendersport=boys,football&urpath=,national', {'tw':'_blank'}],
		['Cal Hi Sports', 'http://sectionsports.rivals.com/default.asp?type=1', {'tw':'_blank'}]
	],
	['Booster Info', null, null,
		['Sponsors', 'sponsors.htm', {'tw':'_self'}],
		['Upcoming Events', 'booster.htm', {'tw':'_self'}],
		['Board Members', 'board.htm']
	],
	['Photos', 'varsity_media.htm'],
	['Forms', 'forms.htm', {'tw':'_self'}],
	['Alumni', 'alumni.htm', {'tw':'_self'}]
];
