// 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_ITEMS2 = [ ['Kunsthalle Messmer', 'page.php?id=25', {'tw':'_self', 'tt':'Kunsthalle Messmer'}, ['  News', 'news.php', {'tw':'_self', 'tt':'News'}], ['  Aktuelle Ausstellung', 'page.php?id=9', {'tw':'_self', 'tt':'Aktuelle Ausstellung'}], ['  SkulpturenGarten', 'page.php?id=10', {'tw':'_self', 'tt':'SkulpturenGarten'}], ['  SkulpturenGalerie', 'page.php?id=36', {'tw':'_self', 'tt':'SkulpturenGalerie'}], ['  Arrangements', 'page.php?id=11', {'tw':'_self', 'tt':'Arrangements'}], ['  Lernen und Erleben', 'page.php?id=12', {'tw':'_self', 'tt':'Lernen und Erleben'}], ['  Café Evard', 'page.php?id=13', {'tw':'_self', 'tt':'Café Evard'}], ['  Museum-Shop', 'page.php?id=14', {'tw':'_self', 'tt':'Museum-Shop'}], ['  Eintritt / Öffnung', 'page.php?id=15', {'tw':'_self', 'tt':'Eintritt / Öffnung'}], ['  Führungen / Anmeldung', 'page.php?id=41', {'tw':'_self', 'tt':'Führungen / Anmeldung'}], ['  Anfahrt', 'anfahrt.php', {'tw':'_self', 'tt':'Anfahrt'}], ['  Kontakt', 'kontakt.php', {'tw':'_self', 'tt':'Kontakt'}], ], ];