var MENU_ITEMS =
[
	["home", "index.php", 
	],
	["team", null,
		["kader", "team.php"],
		["aufstellung", "aufstellung.php"],
		["spieler", "spieler.php"],
	],
	["tabellen", null,
		["aktuell", "tab.php"],
		["ewig", "tabewig.php"],
		["gegner", "tabgeg.php"],
		["spieler", "tabspiel.php"],
	],
	["ergebnisse", null,
		["", null],
		["", null],
		["spielplan", "spielplan.php"],
		["ergebnisse", "erg.php"],
		["matrix", "matrix.php"],
	],
	["statistik", null,
		["", null],
		["", null],
		["", null],
		["spieler", "ranksais.php"],
		["saison", "statsais.php"],
		["liga", "statliga.php"],
	],
	["interaktiv", null,
		["", null],
		["", null],
		["", null], 
		["toto", "toto.php"],
		["liebling", "liebling.php"],
		["forum", "forum/index.php"],
		["g&auml;stebuch", "gb0.php"],
		["registrieren", "forum/profile.php?mode=register"],
	],
	["FORUM", "forum/index.php",
	],
];

