d = new dTree('d');
d.add(0,-1,0,'AWA Luncheon 2006',path+'index.html');
d.add(1, 0, (curDir==1), 'AWA Luncheon', path+'AWA%20Luncheon/index.html');
document.write(d);
d.openTo(curDir, true);

