// 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_ITEMS3 = [ ['André Evard', 'page.php?id=24', {'tw':'_self', 'tt':'André Evard'}, ['  Werk André Evard', 'page.php?id=17', {'tw':'_self', 'tt':'Werk André Evard'}], ['  Lyrische Abstraktion', 'werk.php?katid=1', {'tw':'_self', 'tt':'Lyrische Abstraktion'}], ['  Geometrische Abstraktion', 'werk.php?katid=2', {'tw':'_self', 'tt':'Geometrische Abstraktion'}], ['  Ausstellungen Evard', 'ausstellungen_evard.php', {'tw':'_self', 'tt':'Ausstellungen Evard'}], ['  Publikationen', 'publikationen.php', {'tw':'_self', 'tt':'Publikationen'}], ['  Stimmen', 'stimmen.php', {'tw':'_self', 'tt':'Stimmen'}], ['  1. André-Evard-Preis', 'page.php?id=32', {'tw':'_self', 'tt':'1. André-Evard-Preis'}], ['  2. André-Evard-Preis', 'page.php?id=6', {'tw':'_self', 'tt':'2. André-Evard-Preis'}], ['  3. André Evard Preis', 'page.php?id=35', {'tw':'_self', 'tt':'3. André Evard Preis'}], ['  Kontakt', 'kontakt.php', {'tw':'_self', 'tt':'Kontakt'}], ], ];