document.write('<ul id="ddm" class="ddmc">'+
			   
			   // Home
			   '<li>'+
			   		'<a id="news" href="JavaScript:void(0);"></a>'+
					'<ul>'+
						'<li><a href="'+root+'index.html">News</a></li>'+
						'<li><a href="'+root+'newsletter/subscribe/html/subscribe.php">Newsletter</a>'+
							'<ul style="visibility:hidden; display:none;">'+
								'<li><a href="'+root+'newsletter/subscribe/verify_mail.php"></a></li>'+
								'<li><a href="'+root+'newsletter/subscribe/verify_insert.php"></a></li>'+
								'<li><a href="'+root+'newsletter/subscribe/verify_delete_question.php"></a></li>'+
								'<li><a href="'+root+'newsletter/subscribe/verify_delete.php"></a></li>'+
							'</ul></li>'+
						'<li class = "rounded_corners"></li>'+
						
					'</ul>'+
				'</li>'+
				
				// Angebote
				'<li>'+
					'<a id="angebote"  href="javascript:void(0)"></a>'+
					'<ul>'+
						'<li><a href="'+root+'html/angebote_schulklassen.html">Schulklassen</a></li>'+
						'<li><a href="'+root+'html/angebote_schueler_ags.html">Schüler-AGs</a></li>'+
						'<li><a href="'+root+'html/angebote_lehrerfortbildungen.html">Lehrerfortbildungen</a></li>'+
						'<li><a href="'+root+'html/angebote_studierende.html">Studierende</a></li>'+
						'<li><a href="'+root+'html/angebote_ferienangebote.html">Ferienangebote</a></li>'+
						'<li class = "rounded_corners"></li>'+
					'</ul>'+
				'</li>'+
				
				// Schülerlabore
				'<li>'+
					'<a id="labore"  href="'+root+'html/labore_mitglieder.html"></a>'+
					'<ul style="visibility:hidden; display:none;">'+
								// Labore
								'<li><a href="'+root+'html/l_braulab.html"></a></li>'+
								'<li><a href="'+root+'html/l_desy.html"></a></li>'+
								'<li><a href="'+root+'html/l_dlr.html"></a></li>'+
								'<li><a href="'+root+'html/l_geolab.html"></a></li>'+
								'<li><a href="'+root+'html/l_gl.html"></a></li>'+
								'<li><a href="'+root+'html/l_hmi.html"></a></li>'+
								'<li><a href="'+root+'html/l_mfn.html"></a></li>'+
								'<li><a href="'+root+'html/l_microlab.html"></a></li>'+
								'<li><a href="'+root+'html/l_natlab.html"></a></li>'+	
								'<li><a href="'+root+'html/l_physlab.html"></a></li>'+
								'<li><a href="'+root+'html/l_projektlabor.html"></a></li>'+
								'<li><a href="'+root+'html/l_unex.html"></a></li>'+
								'<li><a href="'+root+'html/l_unilab.html"></a></li>'+	
								// Partner
								'<li><a href="'+root+'html/p_exploratorium_potsdam.html"></a></li>'+	
								'<li><a href="'+root+'html/p_bbaw.html"></a></li>'+
								'<li><a href="'+root+'html/p_orbitall.html"></a></li>'+
								'<li><a href="'+root+'html/p_spectrum.html"></a></li>'+	
								
								'<li><a href="'+root+'html/labore_standorte.html"></a></li>'+	
								'<li class = "rounded_corners"></li>'+
					'</ul>'+
				'</li>'+

				
				// Netzwerk
				'<li>'+
					'<a id="netzwerk"  href="javascript:void(0)"></a>'+
					'<ul>'+
						'<li><a href="'+root+'html/netzwerk_grundsaetze_ziele.html">Grundsätze & Ziele</a></li>'+
						'<li><a href="'+root+'html/netzwerk_zahlen.html">Zahlen</a></li>'+
						'<li><a href="'+root+'html/netzwerk_foerderer_kooperationen.html">Förderer & Kooperationen</a></li>'+
						'<li><a href="'+root+'html/netzwerk_referenzen.html">Referenzen</a></li>'+
						'<li><a href="'+root+'html/netzwerk_aktivitaeten.html">Aktivitäten</a></li>'+
						'<li><a href="'+root+'html/netzwerk_entwicklung.html">Entwicklung</a></li>'+
						'<li class = "rounded_corners"></li>'+
					'</ul>'+
				'</li>'+
				
				// infomaterial
				'<li>'+
					'<a id="infomaterial"  href="javascript:void(0)"></a>'+
					'<ul>'+
						'<li><a href="'+root+'html/infomaterial_publikationen.html">Publikationen</a></li>'+
						'<li><a href="'+root+'html/infomaterial_pressematerial.html">Pressematerial</a></li>'+
						'<li><a href="'+root+'html/infomaterial_presseschau.html">Presseschau</a></li>'+
						'<li class = "rounded_corners"></li>'+
					'</ul>'+
				'</li>'+
				
				// Kontakt
				'<li>'+
					'<a id="kontakt"  href="'+root+'html/kontakt.html"></a>'+
				'</li>'+
				
				
			'</ul>');