/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'sb':'LFA Home'},
		['About LFA', '/LFA/index.html'],
		['Forms', '/forms/index.html'],
		['Calendar', '/calendar.html'],
		['Links', '/links.html', {'sb':'Links'},
                        ['CCMFL', 'http://www.leaguelineup.com/welcome.asp?url=ccmfl', null,
                                ['Boulder Bears', 'http://www.hometeamsonline.com/teams/?u=BOULDERYOUTHFOOTBALL&s=football&t=c'],
                                ['Commerce City Raiders', 'http://www.ccyaraiders.org'],
                                ['Erie Tigers', 'http://sites.google.com/site/erieyouthfootball/'],
                                ['Hyland Hills', 'http://www.hylandhills.org/schedules_standings/youth_sports.html'],
                                ['Lafayette Bobcats', 'http://www.lafayettebobcats.com'],
                                ['Longmont Falcons', 'http://www.longmontfootball.net/'],
                                ['Northglenn', 'http://nyfa.net/NYFA/Home.html'],
				['Superior Mustangs', 'http://www.superiormustangs.com']
			],
			['LYBA', 'http://www.lyba.net'],
			['Monarch Little League', 'http://www.monarchlittleleague.org'],
			['MHS Football', 'http://www.mohitdc.org'],
                        ['CU Buffaloes', 'http://www.cubuffs.com'],
			['Denver Broncos', 'http://www.denverbroncos.com']
		],
	['City of Louisville', '/louisville.html'],
        ['LFA Log In', '/organization/']
	],
        ['Teams', '/teams.html', {'sb':'Teams'},
		['7-year-olds', '/7s/index.html',null,                
                ],
		['8-year-olds', '/8s/index.html',null,
                        ['Photo Album', 'http://www.flickr.com/groups/lfa_7s/', {'tw':'_blank'}],
		        ['2011 League Standings', 'http://www.leaguelineup.com/standings_football.asp?url=ccmfl&divisionid=494426', {'tw':'_blank'}],                
                ],
		['9-year-olds', '/9s/index.html',null,
                        ['Photo Album', 'http://www.flickr.com/groups/lfa_8s/', {'tw':'_blank'}],
		        ['2011 League Standings', 'http://www.leaguelineup.com/standings_football.asp?url=ccmfl&divisionid=494430', {'tw':'_blank'}],
                ],
		['10-year-olds', '/10s/index.html',null,
                        ['Photo Album', 'http://www.flickr.com/groups/lfa_9s/', {'tw':'_blank'}],
		        ['2011 League Standings', 'http://www.leaguelineup.com/standings_football.asp?url=ccmfl&divisionid=494433', {'tw':'_blank'}],
                ],
		['11-year-olds', '/11s/index.html',null,
                        ['Photo Album', 'http://www.flickr.com/groups/lfa_10s/', {'tw':'_blank'}],
		        ['2011 League Standings', 'http://www.leaguelineup.com/standings_football.asp?url=ccmfl&divisionid=494436', {'tw':'_blank'}],
                ],
		['12-year-olds', '/12s/index.html',null,
		        ['2011 League Standings', 'http://www.leaguelineup.com/standings_football.asp?url=ccmfl&divisionid=494439', {'tw':'_blank'}],
                ],
		['13-year-olds', '/13s/index.html',null,
		        ['2011 League Standings', 'http://www.leaguelineup.com/standings_football.asp?url=ccmfl&divisionid=494442', {'tw':'_blank'}],
                ],
	],	
	['Locations', '/locations/index.html', {'sb':'LFA Locations'},
        	['Practice Fields', '/locations/practice.html'],
        	['Home Games', '/locations/home.html'],
                ['Boulder', '/locations/boulder.html'],
		['Commerce City', '/locations/commercecity.html'],
		['Erie', '/locations/erie.html'],
		['Hyland Hills', '/locations/hylandhills.html'],
		['Lafayette', '/locations/lafayette.html'],
		['Longmont', '/locations/longmont.html'],
		['Northglenn', '/locations/northglenn.html'],
		['Superior', '/locations/superior.html']
	],
	['Cheerleaders', '/cheer/index.html', {'sb':'Cheerleaders'},
	],	
];
