
	

<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',"Experimentelle Audiologie",'/index.php?id=1&lang=de&site=exa');

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

					
																										d.add('3', '1', "Publikationen", '/Publikationen.html');

																		d.add('4', '3', "vor 2010", '/Publikationen/vor+2010.html');
			d.add('5', '3', "Dissertationen", '/Publikationen/Dissertationen.html');
							
																										d.add('7', '1', "Lehre", '/Lehre.html');

																		d.add('8', '7', "Physik für Mediziner", '/Lehre/Physik+f%C3%BCr+Mediziner.html');
							
																										d.add('10', '1', "Forschung", '/Forschung.html');

					
																										d.add('11', '1', "Audiologie", '/Audiologie.html');

																		d.add('12', '11', "CI Programm", '/Audiologie/CI+Programm.html');
			d.add('13', '11', "Funktionsdiagnostik", '/Audiologie/Funktionsdiagnostik.html');
			d.add('14', '11', "KHNO", 'http://www.khno.ovgu.de/" target="_blank');
							
																										d.add('16', '1', "News", '/News.html');

																		d.add('17', '16', "2026", '/News/2026.html');
			d.add('18', '16', "2025", '/News/2025.html');
			d.add('19', '16', "2023 - 2021", '/News/2023+_+2021.html');
			d.add('20', '16', "2020 - 2016", '/News/2020+_+2016.html');
			d.add('21', '16', "2015 - 2011", '/News/2015+_+2011.html');
							
																document.getElementById('dtree_div').innerHTML += d;
	</script>
</div>