d_node = new dTree('d_node');
d_node.add(1,-1,'');
 	
d_node.add(7,1,'Photographic Blog','','Blog');
d_node.add(281,7,'The True View Journal','http://www.thetrueviewjournal.blogspot.com/','Blog');

d_node.add(4,1,'Photographic Galleries','','Galleries');
d_node.add(26,4,'The True View Photographs','php/index.php','Flickr');

d_node.add(5,1,'Video Galleries','','Galleries');
d_node.add(36,5,'The True View Videos','php/video_list.php','Flickr');

d_node.add(3,1,'Travel Galleries','','Galleries');
d_node.add(221,3,'Australia Gallery','flash/australia/index.html','Australia');
d_node.add(222,3,'New Zealand Gallery','flash/newzealand/index.html','New Zealand');
d_node.add(223,3,'Ireland Gallery','flash/ireland/index.html','Ireland');
d_node.add(224,3,'Thailand Gallery','flash/thailand/index.html','Thailand');

d_node.add(2,1,'Flash Galleries','','Galleries');
d_node.add(121,2,'Latest Additions','flash/latest/index.html','Latest');
d_node.add(122,2,'Favourites Gallery','flash/favourites/index.html','Favourites');
d_node.add(128,2,'Random Gallery','flash/random/index.html','Random');

d_node.add(6,1,'Wedding Albums','','Galleries');
d_node.add(322,6,'Reade/Fitzgerald Wedding','flash/Emma/index.html','Emma');
d_node.add(323,6,'Wall/Spillane Wedding','flash/wedding/index.html','Spillane');
d_node.add(324,6,'Glascott/Kiernan Wedding','flash/wedding2/index.html','Glascott');

document.write(d_node);

d_node.openAllChildren(281);
d_node.openAllChildren(26);
d_node.openAllChildren(36);
d_node.openAllChildren(121);
d_node.openAllChildren(221);
d_node.openAllChildren(322);
