// 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'}, ['  News', 'page.php?id=33', {'tw':'_self', 'tt':'News'}], ['  Historie', 'page.php?id=2', {'tw':'_self', 'tt':'Historie'}], ['  Kunstsammlung Messmer', 'page.php?id=3', {'tw':'_self', 'tt':'Kunstsammlung Messmer'}], ['  Spenden oder zustiften', 'page.php?id=4', {'tw':'_self', 'tt':'Spenden oder zustiften'}], ['  Freundeskreis', 'page.php?id=5', {'tw':'_self', 'tt':'Freundeskreis'}], ['  Foundation', 'foundation.php', {'tw':'_self', 'tt':'Foundation'}], ['  Kontakt', 'kontakt.php', {'tw':'_self', 'tt':'Kontakt'}], ], ];