		d = new dTree('d');

d.add(0,-1,'homepage','index.htm');
d.add(1,0,'gallery','gallery.htm');
d.add(2,1,'mountains','mountains.htm');
d.add(3,1,'fall color','fallcolor.htm');
d.add(4,1,'abstracts','abstracts.htm');
d.add(5,1,'sunset and sunrises','sunsetsunrise.htm');
d.add(6,1,'desertscapes','desertscapes.htm');
d.add(7,1,'beaches','beaches.htm');
d.add(8,1,'forests','forests.htm');
d.add(9,1,'combos and collages','combos.htm');
d.add(10,1,'black and whites','bw.htm');
d.add(11,0,'photo articles');
d.add(12,11,'five ways to improve<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;your photography','fivesteps.htm');
d.add(13,11,'fall camping','fall-camping.htm');
d.add(14,11,'build a solid, inexpensive<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;angle bracket','bracket.htm');
d.add(15,11,'items to bring camping','camping-list.htm');
d.add(16,11,'gear guide','gear.htm');
d.add(17,0,'colorado lists');
d.add(18,17,'mountain ranges','colo-ranges.htm');
d.add(19,17,'summits by elevation','co-all.htm');
d.add(20,17,'summits by name','co-all-alpha.htm');
d.add(21,17,'passes by name','colo-passes.htm');
d.add(22,17,'clickable 14er map','14ermap.htm');
d.add(23,17,'list of 14ers','14ers.htm');
d.add(24,17,'national forests, etc.','coloresources.htm');
d.add(25,17,'colorado weather','weather.htm');
d.add(26,0,'about the artist');
d.add(60,26,'info about me','about.htm');
d.add(27,26,'contact','contact.htm');
d.add(28,26,'sell sheet (pdf, 655k)','sell-sheet.pdf');
d.add(29,26,'camera equipment','equipment.htm');
d.add(30,26,'truck equipment','truck.htm');
d.add(31,26,'computer setup','computer.htm');
d.add(32,0,'sales and shipping');
d.add(33,32,'policies and sales info','salesinfo.htm');
d.add(34,32,'mounting and shipping','shipping.htm');
d.add(46,17,'colorado snapshots');
d.add(47,46,'woodland lake','images/woodland_lake.jpg','rand','rand');
d.add(48,46,'view from audubon','images/view_from_audubon.jpg','rand','rand');
d.add(49,46,'toll-pawnee saddle','images/toll_pawnee_saddle.jpg','rand','rand');
d.add(50,46,'mt. toll','images/toll01.jpg','rand','rand');
d.add(51,46,'blk canyon gunn','images/sweaty_palms.jpg','rand','rand');
d.add(52,46,'shoshoni','images/shoshoni.jpg','rand','rand');
d.add(53,46,'snow at RMNP','images/rmnpsnow.jpg','rand','rand');
d.add(54,46,'lake isabelle','images/lk_isabelle.jpg','rand','rand');
d.add(55,0,'related, search, info');
d.add(56,55,'offsite resources','links.htm');
d.add(57,55,'site information','siteinfo.htm');
d.add(58,55,'site search','search.htm');
d.add(59,55,'copyright','copyright.htm');
		document.write(d);
