function menue()
{
document.writeln('     <table border="0" cellpadding="0" cellspacing="0" width="100%">')

document.writeln('        <tr>')

document.writeln('        <td width="100%" align="center">')

document.writeln('        <a class="menue" href="../start/start.htm">Home</a>&nbsp;&nbsp;&nbsp;<img src="../images/rot.gif" width="1" height="10" border="0">&nbsp;&nbsp;&nbsp;')

document.writeln('        <a class="menue" href="../subsite/bestellen.htm">Geräte bestellen</a>&nbsp;&nbsp;&nbsp;<img src="../images/rot.gif" width="1" height="10" border="0">&nbsp;&nbsp;&nbsp;')

document.writeln('        <a class="menue" href="../subsite/produkte.htm">Geräteübersicht</a>&nbsp;&nbsp;&nbsp;<img src="../images/rot.gif" width="1" height="10" border="0">&nbsp;&nbsp;&nbsp;')

document.writeln('        <a class="menue" href="../subsite/kontakt.htm">Kontakt</a>&nbsp;&nbsp;&nbsp;<img src="../images/rot.gif" width="1" height="10" border="0">&nbsp;&nbsp;&nbsp;')

document.writeln('        <a class="menue" href="../subsite/zusatzmittel.htm">Zusatzmittel / Zubehör</a>&nbsp;&nbsp;&nbsp;<img src="../images/rot.gif" width="1" height="10" border="0">&nbsp;&nbsp;&nbsp;')

document.writeln('        <img border="0" src="../images/kundenservice-Tel%20Symbol.gif" width="17" height="17">&nbsp;<font face="Arial" size="2" color="#326496"><b>HOTLINE 09126/814-0</b></font>')

document.writeln('        </td>')

document.writeln('      </tr>')

document.writeln('    </table>');

}
 



function footer()
{
document.writeln('<p align="center" class="lauftext-klein10"> ')
document.writeln('Venta-Koestner  •  Gesunde Raumluft  •  Telefon: 09126/814 - 0  • ')
document.writeln('info@venta-koestner.de   •   www.venta-koestner.de<br>')
document.writeln('<a class="auswahl" href="../subsite/impressum.htm">Impressum</a>')
document.writeln('•   <a class="auswahl" href="../subsite/agb.htm">AGB</a>')
document.writeln('</p>')


}
 