<!--
d = new dTree('d');

d.add(0,-1,'Home','../index.php');
d.add(1,0,'Tourism','../tourism/tourismindex.html');
d.add(2,1,'About East Grinstead','../tourism/touristabouteg.html');
d.add(3,1,'Places of interest','../tourism/touristplacesofint.html');
d.add(4,1,'How to get here','../tourism/touristhowtogethere.html');
d.add(5,1,'Places to Stay','../tourism/touristwheretostay.html');
d.add(6,1,'Celebrities in E.G.','../entertainment/celebrities.html');

d.add(7,0,'Business','../business/businessindex.html');
d.add(8,7,'By A-Z','../business/businssbyaz.php');
d.add(9,7,'By Category','../business/businessbycat.php');
d.add(10,7,'Meet the Boss','../business/egnetmeettheboss.html');
d.add(11,7,'The Mall','../mall.html');
d.add(12,7,'Advertise on EGNet','../business/advertisebus.html');

d.add(13,0,'History of East Grinstead','../history/index.html');

d.add(14,0,'Photo Tour','../phototour/index.html');

d.add(15,0,'Community','../community/index.html');
d.add(16,15,'Community Guide','../community/communityguide.html');
d.add(17,15,'Town Council','http://www.eastgrinstead.gov.uk', 'Town Council', '_blank');
d.add(18,15,'Schools','../community/communityschools.html');
d.add(19,15,'Library','../community/library.html');
d.add(20,15,'Art Groups','../community/communityartsgroups.html');
d.add(21,15,'Religion','../community/communityreligion.html');
d.add(22,15,'Youth Clubs','../community/communityyouth.html');
d.add(23,15,'EG CVS','../community/communityegcvs.html');
d.add(24,15,'Sports','../community/communitysports.html');

d.add(25,0,'Entertainment','../entertainment/entertainmentindex.html');
d.add(26,25,'Whats On?','../community/whatsonindex.html');
d.add(27,25,'Eating In/Out','../entertainment/eatinginoutindex.html');
d.add(28,25,'Pubs & Clubs','../entertainment/pubsclubsinegs.html');
d.add(29,25,'Cinemas & Theatre','../entertainment/cinematheatre.html');
d.add(30,25,'Jokes','../entertainment/entertainmentjokes.html');
d.add(31,25,'Music','../entertainment/musicindex.html');
d.add(32,25,'Film','../entertainment/filmindex.html');

d.add(33,0,'Health & Beauty','../healthandbeauty/indexhealth.html');
d.add(34,33,'Ladies','../healthandbeauty/healthfemale.html');
d.add(35,33,'Men','../healthandbeauty/healthmale.html');
d.add(36,33,'Dieting','../healthandbeauty/healthdietingt.html');

d.add(37,0,'House & Home','../household/index.html');
d.add(38,37,'Recipes','../household/houserecipes.html');
d.add(39,37,'Cleaning Tips','../household/homecleaningtips.html');
d.add(40,37,'Soft Furnishings','../household/housesoftfurnishings.html');
d.add(41,37,'Furniture & DIY ','../household/housediyfurniture.html');
d.add(42,37,'Moving House','../household/housemovingout.html');

d.add(43,0,'Kids','../kids/indexkids.html');
d.add(44,43,'Nurseries/Creches','../kids/kidsnurseryscresh.html');
d.add(45,43,'Sports','../kids/kidssportpage.html');
d.add(46,43,'Parks & Playing fields','../kids/kidsplayingfields.html');
d.add(47,43,'Day Trips','../tourism/touristplacesofint.html');
d.add(48,43,'Clothes Shops','../kids/kidsclothesshops.html');
d.add(49,43,'Toy Shops','../kids/kistoyseg.html');
d.add(50,43,'Homework Help','../kids/kidshomeworkindex.html');

d.add(51,0,'Travel','../travel/travelindexx.html');
d.add(52,51,'Holiday Reviews','../travel/yourholidays.html');
d.add(53,51,'Travel Links','../travel/corfutravellinksss.html');

d.add(54,0,'Weddings','../weddings/indexx.html');
d.add(55,54,'Churches','../weddings/weddingschurches.html');
d.add(56,54,'Registry Offices','../weddings/weddingregistry.html');
d.add(57,54,'Photography','../weddings/weddingphotgarphy.html');
d.add(58,54,'Florists','../weddings/weddingflorist.html');
d.add(59,54,'Hair & Beauty','../weddings/weddinghairandb.html');
d.add(60,54,'Suits','../weddings/weddingsuits.html');
d.add(61,54,'Wedding Dresses','../weddings/weddinddressess.html');
d.add(62,54,'Reception Venues','../weddings/weddingreceptionvenues.html');
d.add(63,54,'Entertainers','../weddings/weddingentertainers.html');

d.add(64,0,'Personal Ads','../personalads/index.html');
d.add(65,64,'Desperately Seeking','../personalads/seeking.php');
d.add(66,64,'Penpals','../personalads/penpals.html');

d.add(67,0,'East Grinstead Forums','../forums/index.php');

d.add(68,0,'Job Vacancies','/vacancies.php');

d.add(69,0,'Useful Links','/links.html');

d.config.useLines = true;
d.config.useIcons = false;
//		d.config.folderLinks = false;

d.config.useStatusText = true;
//d.config.closeSameLevel = false;
d.config.inOrder = true;

document.write(d);
//-->