cotree = new dTree('cotree','image/');
cotree.config.useSelection=1;
cotree.config.useLines=1;
cotree.config.useIcons=1;
cotree.config.useStatusText=0;
cotree.config.closeSameLevel=0;
cotree.add(0,-1,'Home','index.php','','');

cotree.add(1,0,'- About BLRI','','','','','',false);
cotree.add(2,1,' Formation History','abt_form.php','','','image/book2.gif','',false);
cotree.add(3,1,' Organogram','abt_org.php','','','image/book2.gif','',false);
cotree.add(4,1,' Allocation of Business','abt_alloc.php','','','image/book2.gif','',false);
cotree.add(5,1,' Board of Management','abt_mgt.php','','','image/book2.gif','',false);
cotree.add(6,1,' Technical & Other Committees','abt_tech.php','','','image/book2.gif','',false);
cotree.add(7,1,' Director General & Profile','abt_dg.php','','','image/book2.gif','',false);
cotree.add(8,1,' Previous DGs & Profile','abt_prev_dg.php','','','image/book2.gif','',false);
cotree.add(9,1,' Divisions under BLRI','abt_div.php','','','image/book2.gif','',false);
cotree.add(10,1,' List of Officials','abt_office.php','','','image/book2.gif','',false);
cotree.add(11,1,' Desk Responsibilities & Contact Info.','abt_respons.php','','','image/book2.gif','',false);
cotree.add(12,1,' Concerned Authority for Govt. Policies','abt_policy.php','','','image/book2.gif','',false);
cotree.add(13,1,' BLRI Headquarters & Regional Stations','abt_hq.php','','','image/book2.gif','',false);
cotree.add(14,1,' Major Achievements of BLRI','abt_achieve.php','','','image/book2.gif','',false);

cotree.add(51,0,'- Technologies Produced','','','','','',false);
cotree.add(52,51,' Technologies Produced','technology.php','','','image/book2.gif','',false);

cotree.add(68,0,'- Common Diseases','','','','','',false);
cotree.add(69,68,' Common Diseases','dis.php','','','image/book2.gif','',false);
cotree.add(70,68,' Completed Research Work','dis_research.php?rtype=Completed','','','image/book2.gif','',false);
cotree.add(71,68,' On-going Research Work','dis_research.php?rtype=On-going','','','image/book2.gif','',false);
cotree.add(72,68,' Upcoming Research Work','dis_research.php?rtype=Upcoming','','','image/book2.gif','',false);

cotree.add(73,0,'- Information For Farmers','','','','','',false);
cotree.add(74,73,' Information For Farmers','info.php','','','image/book2.gif','',false);

cotree.add(82,0,'- Research Paper Database','','','','','',false);
cotree.add(83,82,' Research Paper Database','research.php','','','image/book2.gif','',false);

cotree.add(103,0,'- Facilities Available','','','','','',false);
cotree.add(104,103,' Laboratory','facility.php?facilities=Laboratory','','','image/book2.gif','',false);
cotree.add(105,103,' Library','facility.php?facilities=Library','','','image/book2.gif','',false);
cotree.add(106,103,' Helpline','facility.php?facilities=Helpline','','','image/book2.gif','',false);
cotree.add(107,103,' Advisory Services','facility.php?facilities=Advisory','','','image/book2.gif','',false);

cotree.add(111,0,'- Development Activities','','','','','',false);
cotree.add(112,111,' List of On-going Projects','dev_detail.php?rtype=Ongoing','','','image/book2.gif','',false);
cotree.add(113,111,' Upcoming Projects','dev_detail.php?rtype=Upcoming','','','image/book2.gif','',false);
cotree.add(114,111,' ADP Budget Allocation','dev_adp.php','','','image/book2.gif','',false);

cotree.add(128,0,'- Training Programs','','','','','',false);
cotree.add(129,128,' Training Programs','training.php','','','image/book2.gif','',false);

cotree.add(138,0,'- NGO Linkage','','','','','',false);
cotree.add(139,138,' NGO Linkage','ngo.php','','','image/book2.gif','',false);

cotree.add(150,0,'- International Linkage','','','','','',false);
cotree.add(151,150,' International Linkage','inter.php','','','image/book2.gif','',false);

cotree.add(152,0,'- Photo Gallery','','','','','',false);
cotree.add(153,152,' Photo Gallery','photo.php','','','image/book2.gif','',false);

cotree.add(154,0,'- News & Events','','','','','',false);
cotree.add(155,154,' News & Events','news.php','','','image/book2.gif','',false);

cotree.add(156,0,'- Notice Board','','','','','',false);
cotree.add(157,156,' Notice Board','notice.php','','','image/book2.gif','',false);

cotree.add(158,0,'- Publications','','','','','',false);
cotree.add(159,158,' Publications','pub.php','','','image/book2.gif','',false);

cotree.add(160,0,'- Tender','','','','','',false);
cotree.add(161,160,' Tender','tender.php','','','image/book2.gif','',false);

cotree.add(162,0,'- Contact','','','','','',false);
cotree.add(163,162,' Contact','contact.php','','','image/book2.gif','',false);

cotree.add(164,0,'- FAQ','','','','','',false);
cotree.add(165,164,' FAQ','faq.php','','','image/book2.gif','',false);

cotree.add(166,0,'- Site Map','sitemap.php','','','','',false);
cotree.add(167,166,' Site Map','sitemap.php','','','image/book2.gif','',false);

document.write(cotree);