/* --- menu items --- */
var MENU_ITEMS = [
	['Home', null,
	],
	['What\'s New', 'text/whatsnew.html',
	],
	['Events', 'text/events.html'
	],
	['Booking/Guests', 'text/booking_guests.html',
	],
	['Club Pro/Lessons', 'text/clubpro.html'
	],
	['Junior Program', 'text/junior.html'
	],
	['Winter Leagues', null,
			['Ladies', null,
				['Ladies A', 'text/ladiesA.html'],
				['Ladies B', 'text/ladiesB.html'],
				['Wed Night', 'text/ladieswednight.html'],
				['Thursday', 'text/ladiesthursday.html'],
				['Mixed Fri', 'text/mixedfriday.html'],
				['Mixed SNL', 'text/snl.html'] 
			],
			['Men', null,
				['Saturday', 'text/satmorn.html'],
				['Mens RR', 'text/mensrr.html'],
				['Mixed Fri', 'text/mixedfriday.html'],
				['Mixed SNL', 'text/snl.html'] 
			]
	],
	['Summer Leagues', null,
			['Ladies', null,
				['Tuesday Mix RR', 'text/TuesdayMixedRR.html'],
				['Wednesday RR', 'text/WednesdayLadiesRR.html'],
				['Thursday Evening', 'text/ThursdayLadiesLeague.html'],
				['Ladies H/D "B" ', 'text/LadiesHDB.html'],
				['Mix Lakeshore', 'text/LakeshoreLeague.html'],
				['Mix Sunday RR', 'text/SundayEveningRR.html'],
 			],
			['Men', null,
			    ['Tuesday Mix RR', 'text/TuesdayMixedRR.html'],
				['Tuesday RR', 'text/TuesdayMens.html'],
				['Thursday RR', 'text/ThursdayMensRR.html'],
				['Mix Lakeshore', 'text/LakeshoreLeague.html'],
				['Mix Sunday RR', 'text/SundayEveningRR.html']
			]
	],
	['Links', 'text/links.html'
	],
	['League Schedules', 'text/schedulepass.html']
];


