if (mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 8, mtDropDown.reference.bottomLeft);
	
	// FUTSAL
	var menu1 = ms.addMenu(document.getElementById("menu1"));
	menu1.addItem("Development programs", "development_programs.htm");
	menu1.addItem("History of the game", "history_of_the_game.htm");
	menu1.addItem("Laws of the game", "lws_of_the_game.htm");
	menu1.addItem("Starting a league", "starting_a_league.htm");
	menu1.addItem("Futsal explained", "futsal_explained.htm");
	menu1.addItem("Futsal videos", "videos.htm");
	
	// ONTARIO FUTSAL CUP
	var menu2 = ms.addMenu(document.getElementById("menu2"));
	menu2.addItem("Register", "register.htm");
	menu2.addItem("Tournament", "tournament.htm");
	menu2.addItem("Tournament rules", "tournament_rules.htm");
	menu2.addItem("Game sheet", "game_sheet.htm");
	menu2.addItem("Other tournaments", "other_tournaments.htm");

	mtDropDown.renderAll();
}
