/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home','http://www.huntsvillepatriotleague.org', null,
		['Location', 'http://www.huntsvillepatriotleague.org/location.html'],
		['Useful Links', 'http://www.huntsvillepatriotleague.org/Links.htm']
	],
	['Volunteers', null, null, 
		['Board','http://www.huntsvillepatriotleague.org/volunteers/volunteers.html'],
		['Sports Presidents','http://www.huntsvillepatriotleague.org/volunteers/volunteers.html'],
		['Committees','http://www.huntsvillepatriotleague.org/volunteers/volunteers.html'],
		['Forms','http://www.huntsvillepatriotleague.org/documents.html'],
		['Forum','http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=12']
	],
	['Sports', null, null, 
		['Baseball','http://www.huntsvillepatriotleague.org/baseball/baseball.html', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=5'],			
			['Schedules', null, null,
				['Field Assignments', 'http://www.huntsvillepatriotleague.org/baseball/fieldschedule.html'],
				['Games',' http://www.huntsvillepatriotleague.org/baseball/gameschedule.html'] 
			],
			['Registration','https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
		['Basketball', 'http://www.huntsvillepatriotleague.org/Basketball.htm', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=8'],			
			['Schedules', null],
			['Registration', null]
		],
		['Cheerleading', 'http://www.huntsvillepatriotleague.org/Cheerleading.htm', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=11'],			
			['Schedules', null],
			['Registration', 'https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
		['Football', 'http://www.huntsvillepatriotleague.org/football/football.html', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=7'],			
			['Schedules', null],
			['Registration', 'https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
		['Soccer', 'http://www.huntsvillepatriotleague.org/soccer/soccer.html', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=9'],			
			['Schedules', null],
			['Registration', 'https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
		['Softball', 'http://www.huntsvillepatriotleague.org/softball/softball.html', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=6'],			
			['Schedules', null, null,
				['Field Assignments', 'http://www.huntsvillepatriotleague.org/baseball/fieldschedule.html'],
				['Games',' http://www.huntsvillepatriotleague.org/softball/gameschedule.html'] 
			],
			['Registration', 'https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
		['Volleyball', 'http://www.huntsvillepatriotleague.org/Volleyball.htm', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=10'],			
			['Schedules', null],
			['Registration', 'https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
	],
	['Forum', 'http://www.huntsvillepatriotleague.org/forum'],
	['Contacts', 'http://www.huntsvillepatriotleague.org/contacts.html'],
	['Documents', 'http://www.huntsvillepatriotleague.org/documents.html'],
	['FAQ', 'http://www.huntsvillepatriotleague.org/FAQs.htm']
];
