d = new dTree('d');
d.add(0,-1,0,'nadc dedication',path+'index.html');
d.add(1, 0, (curDir==1), 'NADC Dedication ACT Technico', path+'NADC%20Dedication%20ACT%20Technico/index.html');
document.write(d);
d.openTo(curDir, true);

