d = new dTree('d');
		d.config.folderLinks=false;
		d.config.useIcons=true;
		d.config.useStatusText=true;
		d.config.useCookies=true;
		d.config.useLines=false;
		d.add(0,-1,' p e r f e c t p l a n e t','','','','img/base.gif');
		d.add(1,0,'h o m e','index.htm');
		d.add(2,0,'p h o t o b l o g','example01.html','latest updates');
		d.add(3,2,'2 0 1 0','news2010.htm');
		d.add(4,2,'2 0 0 9','news2009.htm');
		d.add(5,2,'2 0 0 8','news2008.htm');
		d.add(6,2,'2 0 0 7','news2007.htm');
		d.add(7,0,'p o r t f o l i o','landscape1.htm');
		d.add(8,7,'a b s t r a c t i o n','abstraction.htm');		
		d.add(9,7,'f l e e t i n g l i g h t','fleetinglight.htm');
		d.add(10,7,'l i g h t & s h a d o w','lightshadow.htm');
		d.add(11,7,'o t h e r w o r l d s','otherworlds.htm');		
		d.add(12,7,'r e f l e c t i o n','reflection.htm');
		d.add(13,7,'r e f r a c t i o n','refraction.htm');
		d.add(14,7,'r e l i c s','relics.htm');
		d.add(15,7,'t e m p o r a l i t y','temporality.htm');
		d.add(16,7,'w a t e r c o l o u r','watercolour.htm');
		d.add(17,7,'c o l l e c t i o n s','example01.html','Pictures of Gullfoss and Geysir');
		d.add(18,17,'a l a s k a','Alaska.htm');
		d.add(19,17,'e n g l a n d','England.htm');
		d.add(20,17,'i c e l a n d','Iceland.htm');
   		d.add(21,17,'j o r d a n','Jordan.htm');
		d.add(22,17,'m a d e i r a','Madeira.htm');
		d.add(23,17,'n e p a l','Nepal.htm');
		d.add(24,17,'n e w  z e a l a n d','NewZealand.htm');
		d.add(25,17,'s c o t l a n d','Scotland.htm');
		d.add(26,17,'w a l e s','Wales.htm');
		d.add(27,0,'d i s c u s s i o n','Discussion.htm','discussion');
		d.add(28,0,'p h o t o g r a p h e r','About.htm','about the photographer');
		document.write(d);
