
function navigation(where){

if (where != "start")
	document.writeln('<a href="index.html" class="navlink">Startseite</a><br><br>');
	else document.writeln('Startseite<br><br>');

if (where != "geschichte")
	document.writeln('<a href="geschichte.html" class="navlink">die Geschichte</a><br><br>');
	else document.writeln('die Geschichte<br><br>');

if (where != "sonsbeck")
	document.writeln('<a href="sonsbeck.html" class="navlink">Wir in Sonsbeck</a><br><br>');
	else document.writeln('Wir in Sonsbeck<br><br>');

if (where != "flohmarkt")
	document.writeln('<a href="flohmarkt.html" class="navlink">der Flohmarkt</a><br>');
	else document.writeln('der Flohmarkt<br>');

if (where != "moebel")
	document.writeln('<a href="moebel.html" class="navlink">&nbsp;&nbsp;M&ouml;bel</a><br>');
	else document.writeln('&nbsp;&nbsp;M&ouml;bel<br>');

if (where != "textilien")
	document.writeln('<a href="textilien.html" class="navlink">&nbsp;&nbsp;Textilien</a><br>');
	else document.writeln('&nbsp;&nbsp;Textilien<br>');

if (where != "hausrat")
	document.writeln('<a href="hausrat.html" class="navlink">&nbsp;&nbsp;Hausrat</a><br>');
	else document.writeln('&nbsp;&nbsp;Hausrat<br>');

if (where != "elektro")
	document.writeln('<a href="elektro.html" class="navlink">&nbsp;&nbsp;Elektro</a><br>');
	else document.writeln('&nbsp;&nbsp;Elektro<br>');

if (where != "buecher")
	document.writeln('<a href="buecher.html" class="navlink">&nbsp;&nbsp;B&uuml;cher&nbsp;&&nbsp;Co</a><br><br>');
	else document.writeln('&nbsp;&nbsp;B&uuml;cher&nbsp;&&nbsp;Co<br><br>');

if (where != "meldungen")
	document.writeln('<a href="meldungen.html" class="navlink">Meldungen</a><br><br>');
	else document.writeln('Meldungen<br><br>');

if (where != "karte")
	document.writeln('<a href="karte.html" class="navlink">Anfahrt / Karte</a><br><br>');
	else document.writeln('Anfahrt / Karte<br><br>');

if (where != "links")
	document.writeln('<a href="links.html" class="navlink">Verweise</a><br><br>');
	else document.writeln('Verweise<br><br>');

if (where != "impressum")
	document.writeln('<a href="impressum.html" class="navlink">Impressum</a><br><br>');
	else document.writeln('Impressum<br><br>');
}


function popup(){
	var fenster = window.open('templates/bittebeachten.htm','bittebeachten','width=600,height=500,left=10,top=10,scrollbars=1')
	}


if (where != "sonstiges")
	document.writeln('<a href="sonstiges.html" class="navlink">&nbsp;&nbsp;Sonstiges</a><br><br>');
	else document.writeln('&nbsp;&nbsp;Sonstiges<br><br>');
