document.write('<p class=textliste>');
if (dn != 0) document.write('<a class="link" href="index.html">');
document.write('<b>Home</b>');
if (dn != 0) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 1) document.write('<a class="link" href="profil.html">');
document.write('<b>Profil</b>');
if (dn != 1) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 2) document.write('<a class="link" href="leistungen.html">');
document.write('<b>Leistungen</b>');
if (dn != 2) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 3) document.write('<a class="link" href="satz.html">');
document.write('<b>Satz</b>');
if (dn != 3) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 4) document.write('<a class="link" href="sgml.html">');
document.write('<b>SGML/XML</b>');
if (dn != 4) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 5) document.write('<a class="link" href="programm.html">');
document.write('<b>Programmierung</b>');
if (dn != 5) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 6) document.write('<a class="link" href="news.html">');
document.write('<b>News</b>');
if (dn != 6) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 9) document.write('<a class="link" href="impress.html">');
document.write('<b>Impressum</b>');
if (dn != 9) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 7) document.write('<a class="link" href="kontakt.html">');
document.write('<b>Kontakt</b>');
if (dn != 7) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
//if (dn != 11) document.write('<a class="link" href="referenz.html">');
//document.write('<b>Referenzen</b>');
//if (dn !=11) document.write('</a>');
//document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 8) document.write('<a class="link" href="anfahrt.html">');
document.write('<b>Anfahrt</b>');
if (dn != 8) document.write('</a>');
document.write('&nbsp;&nbsp;&nbsp;');
//if (dn != 10) document.write('<a class="link" href="anfrage.html">');
//document.write('<b>Anfrage</b>');
//if (dn != 10) document.write('</a>');
//document.write('&nbsp;&nbsp;&nbsp;');
if (dn != 12) document.write('<a class="link" href="jobs.html">');
document.write('<b>Jobs</b>');
if (dn != 12) document.write('</a>');


