a = new dTree('a');
a.config.folderLinks=false;
a.config.useIcons=false;
a.config.useLines=false;
a.config.useStatusText=true;
a.config.closeSameLevel=true;
a.config.useCookies=true;
// mytree.add(1, 0, 'My node', 'node.html', 'node title', 'mainframe', 'img/musicfolder.gif');
a.add(0,-1,'&nbsp;meine Foto-Galerien','javascript: void(0);');
a.add(1, 0,'Heimat','');
a.add(2, 0,'Städte','');
a.add(3, 0,'auf Reisen','');
a.add(4, 0,'Makro','');
a.add(5, 0,'Technik','');
a.add(6, 0,'Sonstiges','');
a.add(8, 0,'Experimente','gallery.php?bg=bilder/experimente');
a.add(9, 0,'Top Ten','');
a.add(10,1,'Denkendorf','gallery.php?bg=bilder/denkendorf');
a.add(11,1,'Schwarzwald','gallery.php?bg=bilder/schwarzwald');
a.add(12,1,'Wutach','gallery.php?bg=bilder/wutach');
a.add(13,1,'Vogtland','gallery.php?bg=bilder/vogtland');
a.add(19,1,'Sonstige','gallery.php?bg=bilder/heimat_sonstige');
a.add(20,2,'Esslingen','gallery.php?bg=bilder/esslingen');
a.add(21,2,'Freiburg','gallery.php?bg=bilder/freiburg');
a.add(22,2,'Konstanz','gallery.php?bg=bilder/konstanz');
a.add(23,2,'Stuttgart','gallery.php?bg=bilder/stuttgart');
a.add(29,2,'Sonstige','gallery.php?bg=bilder/stadt_sonstige');
a.add(30,3,'Bali','gallery.php?bg=bilder/bali');
a.add(31,3,'Poros','gallery.php?bg=bilder/griechenland');
a.add(32,3,'Sizilien','gallery.php?bg=bilder/sizilien');
a.add(33,3,'Ischia','gallery.php?bg=bilder/ischia');
a.add(34,3,'Türkei','gallery.php?bg=bilder/tuerkei');
a.add(39,3,'Sonstige','gallery.php?bg=bilder/reisen_sonstige');
a.add(40,4,'Blumen & co.','gallery.php?bg=bilder/blumen');
a.add(41,4,'Insekten','gallery.php?bg=bilder/insekt');
a.add(42,4,'Netzwerke','gallery.php?bg=bilder/spinnen');
a.add(42,4,'Pilze','gallery.php?bg=bilder/pilze');
a.add(49,4,'Sonstige','gallery.php?bg=bilder/makro_sonstige');
a.add(50,5,'Gemischtes','gallery.php?bg=bilder/technikall');
a.add(60,6,'Studio-Stills','gallery.php?bg=bilder/stills');
a.add(70,6,'Feuer','gallery.php?bg=bilder/feuer');
a.add(78,6,'Lustiges','gallery.php?bg=bilder/lustig');
a.add(79,6,'Restliches','gallery.php?bg=bilder/sonstige');

// document.write("<hr color='#00ff00' size='1px'>");
document.write(a);
document.write("<hr color='#000000' size='1px'>");
// a.openTo(7, true);