			d = new dTree('d');
			d.add(0,-1,'');
			d.add(1,0,'Home','../index.html');
			d.add(2,0,'How to get there','');
			d.add(3,2,'Location','../sites/location.html');
			d.add(5,3,'Olango','../sites/olango.html');
			d.add(6,3,'Mactan','../sites/mactan.html');
			d.add(7,3,'Visayas/Cebu','../sites/visayas.html');
			d.add(8,3,'Philippines','../sites/philippines.html');
			d.add(9,2,'How to get there','../sites/howtoget.html');
			d.add(10,0,'Rooms','');
			d.add(11,10,'Room Types','../sites/types.html');
			d.add(12,10,'Room Rates','../sites/rates.html');
			d.add(13,10,'Terms and Conditions','../sites/terms.html');
			d.add(11,0,'Restaurant','../sites/restaurant.html');
            d.add(23,0,'Photo Gallery','');
			d.add(24,23,'Gallery Rooms','../sites/gallery.html');
			d.add(25,23,'Gallery Talima Part I','../sites/gallerytalima.html');
			d.add(26,23,'Gallery Talima Part II','../sites/gallerytalimaII.html');
			d.add(27,23,'Gallery Diving Talima Part I','../sites/gallerydiving.html');
			d.add(28,23,'Gallery Diving Talima Part II','../sites/gallerydivingII.html');
			d.add(14,0,'The Resort','');
			d.add(15,14,'Facilities','../sites/facilities.html');
			d.add(16,14,'Activities','../sites/activities.html');
			d.add(17,0,'Diving Center','');
			d.add(18,17,'Polaris','../sites/polaris.html');
			d.add(19,0,'Beach Villas for sale','');
			d.add(20,19,'For Sale','../sites/sale.html');
			d.add(21,19,'Lease Back','../sites/lease.html');
			d.add(22,0,'Contact us','../sites/contact.html');
			//d.add(60,0,'Language','');
			//d.add(61,60,'English','../index.html');
			//d.add(62,60,'Deutsch','../de/index.html');
			document.write(d);