/* 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'}],
		['Game Recap', null, null,
			['Varsity', null, {'tw':'_self'},
				['Mission Hills S.D.', 'http://www.ocvarsity.com/sports/tesoro-16155-mission-hills.html', {'tw':'_blank'}],
				['@ Fountain Valley', 'http://www.ocvarsity.com/sports/fountain-16310-valley-game.html', {'tw':'_blank'}],
				['@ El Modena', 'http://www.ocvarsity.com/sports/tesoro-16452-titans-quarterback.html', {'tw':'_blank'}],
				['@ South Hills', 'http://www.ocvarsity.com/sports/west-16634-hills-name.html', {'tw':'_blank'}],
				['El Dorado', 'http://www.ocvarsity.com/sports/tesoro-16877-mason-victory.html', {'tw':'_blank'}],
				['Dana Hills', 'http://www.ocvarsity.com/sports/tesoro-17275-dana-hills.html', {'tw':'_blank'}],
				['@ Mission Viejo', 'http://www.ocvarsity.com/sports/viejo-17491-mcewen-mission.html', {'tw':'_blank'}],
				['San Clemente', 'http://www.ocvarsity.com/sports/clemente-17578-san-tesoro.html', {'tw':'_blank'}],
				['@ Capo Valley', null],
				['@ Aliso Niguel', null]
			]
		],
		['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']
	],
	['Links', null, null,
		['Archive', null, null,
			['2008 website', '/archive', {'tw':'_blank'}]
		],
		['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', null, null,
		['Varsity / JV', 'varsity_media.htm'],
		['Freshman', 'freshman_media.htm'],
		['Video', 'http://vootage.com/', {'tw':'_blank'}],
		['Events', 'event.htm', {'tw':'_blank'}]
	],
	['Forms', 'forms.htm', {'tw':'_self'}],
	['Alumni', 'alumni.htm', {'tw':'_self'}]
];
