		<!--
// mytree.add(1, 0, 'My node', 'node.html', 'node title', 'mainframe', 'img/musicfolder.gif');
//highest no 43

		d = new dTree('d');

		d.add(0,-1,'HaiKeralam Cards 4 U');
		d.add(1,0,'Greeting Home','../main/index.html');
		d.add(2,0,'Occations');
		d.add(3,0,'Everyday Expressions');
		d.add(4,0,'Festivals');
		d.add(100,0,'Kerala Cards');
		d.add(101,-1,'Other Greeting Sites');

		d.add(5,0,'Religious');
		d.add(6,2,'Birthday','../bday/index.htm');
		d.add(7,2,'Wedding','../wed/index.htm','','','../img/wed_img.gif');
		d.add(8,2,'Anniversary','../aniv/index.htm');
		d.add(9,2,'Engagement','../engag/index.htm');
		d.add(10,2,'Graduation','../grad/index.htm');
		d.add(11,2,'Retirement','../retire/index.htm');
		d.add(41,2,'New Year','../ny/index.htm');
		d.add(42,2,'New Baby','../baby/index.htm');


		d.add(13,3,'Congratulations','../congrats/index.htm');
		d.add(14,3,'Sorry','../sorry/index.htm');
		d.add(15,3,'Love','../love/index.htm');
		d.add(16,3,'Humour','../fun/index.htm');
		d.add(17,3,'Hi','../hi/index.htm');
		d.add(18,3,'Miss You','../missu/index.htm');
		d.add(19,3,'Get Well','../getwell/index.htm');
		d.add(20,3,'Friendship','../friend/index.htm');
		d.add(21,3,'Sympathy','../symp/index.htm');
		d.add(22,3,'Best Wishes','../luck/index.htm');
		d.add(23,3,'Thank You','../thx/index.htm');
		d.add(43,3,'Fool','../fool/index.htm');
        

		d.add(241,4,'Ramsan','../ramsan/index.htm');
		d.add(24,4,'Onam','../onam/index.htm');
		d.add(25,4,'Vishu','../vishu/index.htm');
		d.add(26,4,'<font color="red"><b>Christmas</b></font>','../xmas/index.htm','','','../img/onam_folder.gif');
       	d.add(27,4,'Others','../hday/index.htm');

		d.add(28,5,'Hinduism','../hindu/index.htm');
		d.add(29,5,'Christianity','../christ/index.htm');
		d.add(30,5,'Islam','../islam/index.htm');
		d.add(31,5,'Others','../othr_rel/index.htm');


		d.add(32,100,'Festivals','../kfest/index.htm');
		d.add(33,100,'Natural Scenes','../scenes/index.htm');
		d.add(34,100,'Places','../kplaces/index.htm');
		d.add(35,100,'Artforms','../kart/index.htm');
		d.add(36,100,'Others','../kothers/index.htm');


		d.add(37,101,'Yahoo Greetings','http://greetings.yahoo.com','','_new');
		d.add(38,101,'MSN Greetings','http://greetings.msn.com','','_new');
		d.add(39,101,'Blue Mountain','http://bluemountain.com','','_new');
		d.add(40,101,'ecards','http://ecards.com','','_new');

		document.write(d);
		
		d.openTo(24,true);

		//-->
