/* 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', {'tw' : 'forum_window'}]
	],
	['Sports', null, null, 
		['Baseball','http://www.huntsvillepatriotleague.org/baseball/baseball.html', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=5', {'tw' : 'forum_window'}],			
			['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/basketball.html', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=8', {'tw' : 'forum_window'}],			
			['Schedules', null],
			['Registration','https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
		['Cheerleading', 'http://www.huntsvillepatriotleague.org/Cheerleading.htm', null,
			['Forum', 'http://www.huntsvillepatriotleague.org/forum/viewforum.php?f=11', {'tw' : 'forum_window'}],			
			['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', {'tw' : 'forum_window'}],			
			['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', {'tw' : 'forum_window'}],			
			['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', {'tw' : 'forum_window'}],			
			['Schedules', null],
			['Registration', 'https://www.sportspilot.com/register/RegBegin.asp?ASOID=105766']
		],
	],
	['Forum', 'http://www.huntsvillepatriotleague.org/forum', {'tw' : 'forum_window'}],
	['Contacts', 'http://www.huntsvillepatriotleague.org/contacts.html'],
	['Documents', 'http://www.huntsvillepatriotleague.org/documents.html'],
	['FAQ', 'http://www.huntsvillepatriotleague.org/faq.html'],
        ['Gallery', 'http://www.huntsvillepatriotleague.org/gallery/', {'tw' : 'gallery_window'}]
];

