<!--

d = new dTree('d');

//Root
d.add(0,-1,'BIT Crystal Catalog','','','img/cd.gif','img/cd.gif');

d.add(1,0,'Animal/Nature','');
d.add(2,0,'Collectables','');
d.add(3,0,'Love & Holidays','');
d.add(4,0,'Religious','');
d.add(5,0,'Sports','');
d.add(6,0,'Travel','');
d.add(7,0,'Magnifiers','/magnifiers.html');
d.add(8,0,'Lighting Bases','/lightingbases.html');

//Animal&Nature
d.add(101,1,'Birds','');
d.add(10101,101,'Bird','/bird.html');
d.add(10102,101,'Butterfly','/butterfly.html');
d.add(10103,101,'Dragonfly','/dragonfly.html');
d.add(10104,101,'Hummingbird','/hummingbird.html');
d.add(102,1,'Cats','/cats.html');
d.add(103,1,'Dogs','/dogs.html');
d.add(104,1,'Horses, Pagasus','/horses.html');
d.add(105,1,'Flower & Plants','');
d.add(10501,105,'Flower & Plant','/flowerplant.html');
d.add(10502,105,'Roses','/roses.html');
d.add(106,1,'Marine Life','');
d.add(10601,106,'Marine Life','/marine.html');
d.add(10602,106,'Dolphins','/dolphins.html');
d.add(10603,1,'Wild Life','/wildlife.html');


//Collectables
d.add(201,2,'Astrological Signs/Space','/astrologicalsigns.html');
d.add(202,2,'Ballerina','/ballerinasinger.html');
d.add(203,2,'Musical Instruments','/musicalinstruments.html');
d.add(204,2,'Industry','/industry.html');
d.add(205,2,'Military','/military.html');
d.add(206,2,'Native American','/nativeamerican.html');
d.add(207,2,'Nautical/Lighthouse','/nautical.html');
d.add(208,2,'Professionals','/professionals.html');
d.add(209,2,'Art, History & Mythical','/art.html');
d.add(210,2,'Cards','/cards.html');
d.add(211,2,'Western','/western.html');

//Love/Holidays
d.add(301,3,'Angels','/angels.html');
d.add(302,3,'Fairies','/fairies.html');
d.add(303,3,'Christmas','/christmas.html');
d.add(304,3,'Halloween','/halloween.html');
d.add(305,3,'Love & Family','/lovefamily.html');


//Rilious
d.add(401,4,'Religion','/religion.html');
d.add(402,4,'Buddha','/buddha.html');
d.add(403,4,'Mormon','/mormonmoslem.html');
d.add(404,4,'Judaica','/judaica.html');
d.add(405,4,'Irish & Amish','/irishamish.html');


//Sports
d.add(501,5,'Sports','/sports.html');
d.add(502,5,'Golfing','/golf.html');


//Travel
d.add(601,6,'Leisure','/leisure.html');
d.add(602,6,'Local Attraction','/localattractions.html');


document.write(d);

//-->


