/*   --- menu items --- */
var MENU_ITEMS = [
	['Football News',  'football.asp', {'tw':'body'},
		['Pee Wee Teams', 'teams.asp?G1=Pee Wee', {'tw':'body'},
			['Browns', 'ateam.asp?G1=Pee Wee&W1=Browns', {'tw':'body'},	],
			['Bucs', 'ateam.asp?G1=Pee Wee&W1=Bucs', {'tw':'body'}, ],
			['Cougars', 'ateam.asp?G1=Pee Wee&W1=Cougars', {'tw':'body'}, ],
			['Dolphins', 'ateam.asp?G1=Pee Wee&W1=Dolphins', {'tw':'body'}, ],
			['Falcons', 'ateam.asp?G1=Pee Wee&W1=Falcons', {'tw':'body'}, ],
			['Jaguars', 'ateam.asp?G1=Pee Wee&W1=Jaguars', {'tw':'body'}, ],
			['Packers', 'ateam.asp?G1=Pee Wee&W1=Packers', {'tw':'body'}, ],
			['Rams', 'ateam.asp?G1=Pee Wee&W1=Rams', {'tw':'body'}, ],
			['Saints', 'ateam.asp?G1=Pee Wee&W1=Saints', {'tw':'body'}, ],
			['Tigers', 'ateam.asp?G1=Pee Wee&W1=Tigers', {'tw':'body'}, ],
			['Titans', 'ateam.asp?G1=Pee Wee&W1=Titans', {'tw':'body'}, ],			
			['Vikings', 'ateam.asp?G1=Pee Wee&W1=Vikings', {'tw':'body'}, ],
		],
		['Junior Teams', 'teams.asp?G1=Junior', {'tw':'body'},	
			['Broncos', 'ateam.asp?G1=Junior&W1=Broncos', {'tw':'body'},	],
			['Canes', 'ateam.asp?G1=Junior&W1=Canes', {'tw':'body'}, ],
			['Chiefs', 'ateam.asp?G1=Junior&W1=Chiefs', {'tw':'body'}, ],
			['Colts', 'ateam.asp?G1=Junior&W1=Colts', {'tw':'body'}, ],
			['Cougars', 'ateam.asp?G1=Junior&W1=Cougars', {'tw':'body'},	],
			['Cowboys', 'ateam.asp?G1=Junior&W1=Cowboys', {'tw':'body'}, ],
			['Eagles', 'ateam.asp?G1=Junior&W1=Eagles', {'tw':'body'}, ],
			['Falcons', 'ateam.asp?G1=Junior&W1=Falcons', {'tw':'body'}, ],
			['Knights', 'ateam.asp?G1=Junior&W1=Knights', {'tw':'body'}, ],
			['Rattlers', 'ateam.asp?G1=Junior&W1=Rattlers', {'tw':'body'},	],
			['Steelers', 'ateam.asp?G1=Junior&W1=Steelers', {'tw':'body'}, ],
			['Tigers', 'ateam.asp?G1=Junior&W1=Tigers', {'tw':'body'}, ],
			['Wildcats', 'ateam.asp?G1=Junior&W1=Wildcats', {'tw':'body'}, ],
			['Wolfpack', 'ateam.asp?G1=Junior&W1=Wolfpack', {'tw':'body'}, ],
		],
		['Senior Teams', 'teams.asp?G1=Senior', {'tw':'body'},
			['Bucs', 'ateam.asp?G1=Senior&W1=Bucs', {'tw':'body'},	],
			['Canes', 'ateam.asp?G1=Senior&W1=Canes', {'tw':'body'}, ],
			['Colts', 'ateam.asp?G1=Senior&W1=colts', {'tw':'body'}, ],
			['Cougars', 'ateam.asp?G1=Senior&W1=Cougars', {'tw':'body'},	],
			['Hawks', 'ateam.asp?G1=Senior&W1=Hawks', {'tw':'body'},	],
			['Knights', 'ateam.asp?G1=Senior&W1=Knights', {'tw':'body'}, ],
			['Rattlers', 'ateam.asp?G1=Senior&W1=Rattlers', {'tw':'body'},	],
			['Tigers', 'ateam.asp?G1=Senior&W1=Tigers', {'tw':'body'}, ],
			['Wildcats', 'ateam.asp?G1=Senior&W1=Wildcats', {'tw':'body'}, ],
			['Wolfpack', 'ateam.asp?G1=Senior&W1=Wolfpack', {'tw':'body'}, ],		],
	],
	['Cheerleading News',  'cheering.asp', {'tw':'body'}, ],
	['Game Results',  null, null,
		['Pee Wee Teams', 'results.asp?W1=Pee Wee', {'tw':'body'}, ],
		['Junior Teams', 'results.asp?W1=Junior', {'tw':'body'},	],
		['Senior Teams', 'results.asp?W1=Senior', {'tw':'body'}, ],
	],
	['Standings',  null, null,
		['Pee Wee Teams', 'standings.asp?W1=Pee Wee', {'tw':'body'}, ],
		['Junior Teams', 'standings.asp?W1=Junior', {'tw':'body'},	],
		['Senior Teams', 'standings.asp?W1=Senior', {'tw':'body'}, ],
	],
	['Game Schedule',  'users/info/game schedule.pdf', {'tw':'_blank'}, ],
	['Upcoming Events',  null, null,
		['Meetings', 'events.asp?W1=meeting', {'tw':'body'}, ],
		['Other', 'events.asp?W1=other', {'tw':'body'}, ],		
	],
	['Calendar', 'calendar.asp?step=1', {'tw':'body'}, ],
	['Our Board', 'board.asp', {'tw':'body'}, ],
	['Recent News', 'news.asp', {'tw':'body'}, ],
	['Video Library', 'vidlib.asp', {'tw':'body'}, ],
	['Photo Gallery', 'gallery.asp', {'tw':'body'}, ],
	['Our Sponsors', 'sponsors.asp', {'tw':'body'}, ],
	['MCYFL Rules', 'information.asp', {'tw':'body'}, ],	
	['Contact Us', 'contact.asp', {'tw':'body'}, ],
	['MCYFL Home', 'home.asp', {'tw':'body'}, ],
];
