// items and formats
var TREE_NODES = [
  ['Homepage', '/index.php/m=news', null],
  ['Kunstrad', '/index.php/m=page/id=2', null,
    ['Resultate', '/index.php/m=events/par_archive=1/par_kat=Kunstrad', null],
    ['Wettkämpfe', '/index.php/m=events/par_kat=Kunstrad', null],
    ['Trainingsinfos', '/index.php/m=page/id=3', null],
    ['Trainer', '/index.php/m=page/id=4', null]
],
  ['Radball', '/index.php/m=page/id=5', null,
    ['Resultate', '/index.php/m=events/par_archive=1/par_kat=Radball', null],
    ['Wettkämpfe', '/index.php/m=events/par_kat=Radball', null],
    ['Trainingsinfos', '/index.php/m=page/id=7', null],
    ['Trainer', '/index.php/m=page/id=8', null]
],
  ['Veranstaltungen', '/index.php/m=events/par_kat=Allgemein', null],
  ['Bildergalerie', '/index.php/m=gallery', null],
  ['Organisation', '/index.php/m=page/id=10', null],
  ['Geschichte', '/index.php/m=page/id=145', null],
  ['Gästebuch', '/index.php/m=guestbook', null],
  ['Kontakt', '/index.php/m=page/id=9', null],
  ['Links', '/index.php/m=page/id=12', null]
];
