d = new dTree('d');
d.add(0,-1,0,'membres',path);
d.add(1, 0, (curDir==1), 'membres', path+'membres/');
document.write(d);
d.openTo(curDir, true);
