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