
	

<script type="text/javascript" src="/bin/type/skin/sitemap/tree/dtree.js"></script>
<div class="dtree" id="dtree_div">
	<p><a href="javascript: d.openAll();">aufklappen</a> | <a href="javascript: d.closeAll()">zuklappen</a></p>

	<script type="text/javascript">
		
		d = new dTree("d", "/bin/type/skin/sitemap/tree/");
		d.add('1','-1',"Mikrogravitation und Translationale Regenerative Medizin",'/index.php?id=1&lang=de&site=mtrm');

																d.add('2', '1', "Forschung", '/Forschung.html');

																		d.add('3', '2', "Bioreaktoren", '/Forschung/Bioreaktoren.html');
			d.add('4', '2', "Tissue Engineering", '/Forschung/Tissue+Engineering.html');
			d.add('5', '2', "Umweltzellbiologie", '/Forschung/Umweltzellbiologie.html');
			d.add('6', '2', "Bioinformatik", '/Forschung/Bioinformatik.html');
			d.add('7', '2', "Klinik", '/Forschung/Klinik.html');
			d.add('8', '2', "Physik im Weltraum", '/Forschung/Physik+im+Weltraum.html');
			d.add('9', '2', "Publikationen", '/Forschung/Publikationen.html');
				d.add('10', '9', "KCHP (bis Mitte 2024)", '/Forschung/Publikationen/KCHP+%28bis+Mitte+2024%29.html');
									
																										d.add('13', '1', "Lehre", '/Lehre.html');

					
																										d.add('14', '1', "Veranstaltungen", '/Veranstaltungen.html');

																		d.add('15', '14', "Archiv", '/Veranstaltungen/Archiv.html');
							
																										d.add('17', '1', "Aktuelles", '/Aktuelles.html');

					
																										d.add('18', '1', "Team", '/Team.html');

																		d.add('19', '18', "Abteilungsleitung", '/Team/Abteilungsleitung.html');
			d.add('20', '18', "Wissenschaftliches Personal", '/Team/Wissenschaftliches+Personal.html');
			d.add('21', '18', "Technische Angestellte", '/Team/Technische+Angestellte.html');
			d.add('22', '18', "Ehemalige", '/Team/Ehemalige.html');
							
																										d.add('24', '1', "Kooperationen", '/Kooperationen.html');

					
																										d.add('25', '1', "Kontakt", '/Kontakt.html');

																		d.add('26', '25', "Anreise", '/Kontakt/Anreise.html');
							
																document.getElementById('dtree_div').innerHTML += d;
	</script>
</div>