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(10,2,'2 0 1 0','news2010.htm');
		d.add(11,2,'2 0 0 9','news2009.htm');
		d.add(12,2,'2 0 0 8','news2008.htm');
		d.add(13,2,'2 0 0 7','news2007.htm');
		d.add(14,0,'p o r t f o l i o','landscape1.htm');
		//d.add(15,14,'n e w  i m a g e s','newwork.htm');
		d.add(16,14,'f o r m & t e x t u r e','formAndTexture.htm');
		d.add(17,14,'m o v e m e n t','movement.htm');
		d.add(18,14,'w a t e r c o l o u r s','watercolours.htm');
		//d.add(19,14,'p a n o r a m i c 1','example01.htm');
		//d.add(20,14,'p a n o r a m i c 2','example01.htm');
		d.add(21,14,'c o l l e c t i o n s','example01.html','Pictures of Gullfoss and Geysir');
		d.add(22,21,'a l a s k a','Alaska.htm');
		d.add(23,21,'e n g l a n d','England.htm');
		d.add(24,21,'i c e l a n d','Iceland.htm');
   		d.add(25,21,'j o r d a n','Jordan.htm');
		d.add(26,21,'m a d e i r a','Madeira.htm');
		d.add(27,21,'n e p a l','Nepal.htm');
		d.add(28,21,'n e w  z e a l a n d','NewZealand.htm');
		d.add(29,21,'s c o t l a n d','Scotland.htm');
		d.add(30,21,'w a l e s','Wales.htm');
		d.add(45,0,'d i s c u s s i o n','Discussion.htm','discussion');
		d.add(50,0,'p h o t o g r a p h e r','About.htm','about the photographer');
		document.write(d);