// menu_items.js file

var MENU_ITEMS =[
	["Home", "/"],

	["Verein", "/ueber_uns/index.php",
		["Vorstand", "/ueber_uns/vorstand.php"],
		["Grundlagen", "/ueber_uns/statuten.php"],
		["Mitglied werden", "/ueber_uns/beitritt.php"],
		["Online-Beitreten", "/ueber_uns/beitrittsformular.php"],
	],
	["Aktuell", "/aktuell/aktuell.php"],
	["Email", "mailto:burgenland@sozialarbeit.at?subject=Nachricht von burgenland-sozialarbeit.at"],
	["Links", null]
];

