function showtopnav(nav) {
  if (nav != "n") {
    // BEGIN TOP NAV
	document.write('<div id="subnav1" style="position:absolute; left:75px; top:83px; width:70px; height:46px; z-index:2; visibility: hidden;">');
    document.write('<table border="0" cellspacing="1" cellpadding="3" bgcolor="#B5B5B5" width="100">');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="concept.htm" class="dropnav">Konzept</a></td></tr>');
    //document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="jul03_sql.htm" class="dropnav">JULIT SQL</a></td></tr>');
    document.write('</table></div>');
	
    document.write('<div id="subnav2" style="position:absolute; left:145px; top:83px; width:70px; height:69px; z-index:2; visibility: hidden;">');
    document.write('<table border="0" cellspacing="1" cellpadding="3" bgcolor="#B5B5B5" width="100">');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="jul03_basis.htm" class="dropnav">JULIT2003 Basisversion</a></td></tr>');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="jul03_sql.htm" class="dropnav">JULIT SQL</a></td></tr>');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="julonline.htm" class="dropnav">JULIT Online</a></td></tr>');
    document.write('</table></div>');
	
    document.write('<div id="subnav3" style="position:absolute; left:220px; top:83px; width:70px; height:92px; z-index:2; visibility: hidden;">');
    document.write('<table border="0" cellspacing="1" cellpadding="3" bgcolor="#B5B5B5" width="100">');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="mod_ausl.htm" class="dropnav">Ausleihe</a></td></tr>');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="mod_pro.htm" class="dropnav">Professional</a></td></tr>');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="mod_webopac.htm" class="dropnav">Web-OPAC</a></td></tr>');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="mod_magazines.htm" class="dropnav">Zeitschriften</a></td></tr>');
    document.write('</table></div>');
	
    document.write('<div id="subnav4" style="position:absolute; left:285px; top:83px; width:70px; height:69px; z-index:2; visibility: hidden;">');
    document.write('<table border="0" cellspacing="1" cellpadding="3" bgcolor="#B5B5B5" width="100">');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="consult.htm" class="dropnav">Beratung Schulung</a></td>');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="develop.htm" class="dropnav">Entwicklung</a></td></tr>');
    document.write('</table></div>');

    document.write('<div id="subnav5" style="position:absolute; left:354px; top:83px; width:70px; height:92px; z-index:2; visibility: hidden;">');
    document.write('<table border="0" cellspacing="1" cellpadding="3" bgcolor="#B5B5B5" width="100">');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="impressum.htm" class="dropnav">Impressum</a></td>');
    // document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="contact.htm" class="dropnav">Kontakt</a></td></tr>');
    document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="onus.htm" class="dropnav">Wir über uns</a></td></tr>');
    //document.write('<tr><td height="20" bgcolor="#EAEAEA" onmouseover="this.style.backgroundColor=\'#FF9900\';" onmouseout="this.style.backgroundColor=\'#EAEAEA\'"><a href="agb.htm" class="dropnav">AGB</a></td></tr>');
    document.write('</table></div>');

    }
}