// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Messmer Foundation', 'index.php', {'tw':'_self', 'tt':'Messmer Foundation'},
		['&nbsp; News', 'news.php', {'tw':'_self', 'tt':'News'}],
		['&nbsp; Historie', 'historie.php', {'tw':'_self', 'tt':'Historie'}],
		['&nbsp; Kunstsammlung Messmer', 'sammlung.php', {'tw':'_self', 'tt':'Kunstsammlung Messmer'}],
		['&nbsp; Spenden oder zustiften', 'ziele_foerderung.php', {'tw':'_self', 'tt':'Spenden oder zustifen'}],
		['&nbsp; Freundeskreis', 'freundeskreis.php', {'tw':'_self', 'tt':'Freundeskreis'}],
		['&nbsp; 2. Int. André-Evard-Preis', 'kunstpreis.php', {'tw':'_self', 'tt':'2. Int. André-Evard-Preis'}],
		['&nbsp; Foundation', 'foundation.php', {'tw':'_self', 'tt':'Foundation'}],
		['&nbsp; Kontakt', 'kontakt.php', {'tw':'_self', 'tt':'Kontakt'}],
	],
];