<!--

a = new dTree('a');
a.config.folderLinks=false;
a.config.useIcons=false;
a.config.useLines=false;
a.config.useSelection=false;
a.config.useCookies=false;
a.add(0,-1,'&nbsp;','javascript:void(0);');
a.add(1, 0,'<span class="category">Welcome</span>','http://www.michael-kirchhoff.com/en/');
a.add(2, 0,'<span class="category">Team</span>','javascript:void(0);');
a.add(3, 2,'Dr. Michael Kirchhoff','http://www.michael-kirchhoff.com/en/team/kirchhoff/');
a.add(4, 2,'Tino Wollschl&auml;ger','http://www.michael-kirchhoff.com/en/team/wollschlaeger/');
a.add(5, 2,'Daniela H&ouml;hnow-B&ouml;hm','http://www.michael-kirchhoff.com/en/team/hoehnow-boehm/');
//a.add(6, 2,'Anja Winter','http://www.michael-kirchhoff.com/en/team/winter/');
a.add(7, 2,'Annett Koar','http://www.michael-kirchhoff.com/en/team/koar/');
a.add(8, 2,'Nicole Jahnke','http://www.michael-kirchhoff.com/en/team/jahnke/');
a.add(9, 2,'Beatrix Duda','http://www.michael-kirchhoff.com/en/team/duda/');
a.add(10, 2,'Michael Hentze','http://www.michael-kirchhoff.com/en/team/hentze/');
a.add(11, 2,'Stephanie Kusick','http://www.michael-kirchhoff.com/en/team/kusick/');
a.add(12, 2,'Manuela Krutke','http://www.michael-kirchhoff.com/en/team/krutke/');
a.add(13, 2,'Nicole Stehl','http://www.michael-kirchhoff.com/en/team/stehl/');
a.add(14, 0,'<span class="category">Legal Advice</span>','http://www.michael-kirchhoff.com/en/legal_advice/');
a.add(15, 0,'<span class="category">Tax Consultancy</span>','http://www.michael-kirchhoff.com/en/tax_advice/');
a.add(16, 0,'<span class="category">Business Startup</span>','http://www.michael-kirchhoff.com/en/business_startup/');
a.add(17, 0,'<span class="category">News</span>','javascript:void(0);');
a.add(18, 17,'Archive 2010','http://www.michael-kirchhoff.com/en/news/2010/');
a.add(19, 17,'Archive 2009','http://www.michael-kirchhoff.com/en/news/2009/');
a.add(20, 17,'Archive 2008','http://www.michael-kirchhoff.com/en/news/2008/');
a.add(21, 0,'<span class="category">Imagefilm</span>','http://www.michael-kirchhoff.com/en/imagefilm/');
a.add(22, 0,'<span class="category">Employment</span>','http://www.michael-kirchhoff.com/en/job/');
a.add(23, 0,'<span class="category">Contact</span>','javascript:void(0);');
a.add(24, 23,'Office Potsdam','http://www.michael-kirchhoff.com/en/contact/potsdam/');
a.add(25, 23,'Office Berlin','http://www.michael-kirchhoff.com/en/contact/berlin/');
a.add(26, 0,'<span class="category">References</span>','http://www.michael-kirchhoff.com/en/references/');
a.add(27, 0,'<span class="category">Imprint</span>','http://www.michael-kirchhoff.com/en/imprint/');
document.write(a);

//-->




