var menu_config_array = $A([
	$H(
		{
			'loc'	: '/',
			'name'	: 'Herzlich willkommen'
		}
	),
	$H(
		{
			'loc'	: '/live_termine/',
			'name'	: 'Live Termine'
		}
	),
	$H(
		{
			'loc'	: '/karte/',
			'name'	: 'Unsere Karte'
		}
	),
	$H(
		{
			'loc'	: '/anfahrt/',
			'name'	: 'Anfahrt'
		}
	),
	$H(
		{
			'loc'	: '/impressum/',
			'name'	: 'Kontakt/Impressum'
		}
	)
]);

