		d = new dTree('d');

		d.add(0,-1,'<b>HOME PAGE</b>','index.html','','','img/page.gif');

		d.add(1,0,'<b>About Us</b>');
		d.add(2,1,'About the Study','about.htm');
		d.add(3,1,'How to Join','howtojoin.htm');
		d.add(4,1,'List of Members','members.htm');

		d.add(11,0,'<span style="color:#ff3333; font-weight:bold;">Search Pages</span>');
		d.add(12,11,'Main Index','search.htm');
		d.add(13,11,'Family Search','fsearch.htm');
		d.add(14,11,'GRO Index','groi.htm');
		d.add(15,11,'B/M/D Certificates','csearch.htm');
		d.add(16,11,'Wills &amp; Probate','wsearch.htm');
		d.add(17,11,'Search Guestbook','cgi-bin/gb1/gsbk.cgi#searchform');

		d.add(21,0,'<b>Other Resources</b>');
		d.add(22,21,'Overview','resources.htm');
		d.add(23,21,'Borthwick Index','borthwick.htm');
		d.add(24,21,'Census Returns','census.htm');
		d.add(25,21,'Family Trees','trees.htm');
		d.add(26,21,'Heraldry','heraldry.htm');
		d.add(27,21,'Library Index','library.htm');
		d.add(28,21,'Newsletters','newsletters.htm');
		d.add(29,21,'Parish Records','parish.htm');
		d.add(30,21,'Picture Gallery','gallery.htm');
		d.add(31,21,'Probate Index','probate.htm');
		d.add(32,21,'Wills','wills.htm');
		
		d.add(41,0,'<b>Links</b>');
		d.add(42,41,'Useful Websites','links.htm');

		d.add(51,0,'<b>Guestbook</b>');
		d.add(52,51,'Read Guestbook','cgi-bin/gb1/gsbk.cgi');
		d.add(53,51,'Search Guestbook','cgi-bin/gb1/gsbk.cgi#searchform');
		d.add(54,51,'Add a Comment','cgi-bin/gb1/gsbk.cgi');

		d.add(61,0,'<b>Contact Us</b>');
		d.add(62,61,'Email Bob Steed','e1.php');
		d.add(63,61,'Email Webmaster','e2.php');
		
		document.write(d);

