/* Tigra Menu items structure */
var MENU_ITEMS = [
	['The "Bulldogs"', 'Index.html', {'tw':'_self'}],
	['Schedule', 'Schedule.php', {'tw':'_self'}],
	['Roster', 'Roster.html', {'tw':'_self'}],
	['Photos', 'Photos.html', {'tw':'_self'}],
	['History', null, null,
		['9U', '9U.html', {'tw':'_self'}],
		['10U', '10U.html', {'tw':'_self'}]
	],
	['Sponsors', 'Sponsors.html', {'tw':'_self'}],
	['Links', null, null,
		['Edgewood Travel', 'http://www.leaguelineup.com/edgewoodtravel', {'tw':'_blank'}],
		['Central Indiana Travel League', 'http://www.leaguelineup.com/welcome.asp?cmenuid=1&url=citl&sid=327991215', {'tw':'_blank'}],
		['TravelballSelect.com', 'http://www.travelballselect.com', {'tw':'_blank'}],
		['USSSA Baseball', 'http://www.usssabaseball.org', {'tw':'_blank'}],
		['USSSA National Office - Baseball', 'http://www.usssa.com/sports/home.asp?Sport=11', {'tw':'_blank'}]
	],
	['Map To Edgewood', 'Directions.html', {'tw':'_self'}],
	['Contact Us', 'Contact.html', {'tw':'_self'}]
];
