function WriteStart() {
document.write('  <table class="menukop">')
document.write('  <tr height=90px><td class="eerste"><a href="./index.htm"><h4>Home</h4></a></td>')
document.write('    <td class="fanfare"><a href="./fanfare.htm" title="Fanfare"><h4>Fanfare</h4></a></td>    ')
document.write('    <td class="mpb"><a href="./mpb.htm" title="Marching Percussion Band"><h4>Marching<br>Percussion Band</h4></a></td>')
document.write('    <td class="majorettes"><a href="./majorettes.htm" title="Majorettes, Minirettes en Miniminirettes"><h4>Majorettes<br>Minirettes</h4></a></td>')
document.write('    <td class="vechtboerties"><a href="./vechtboerties.htm" title="Blaaskapel de Vechtboerties"><h4>Vechtboerties</h4></a></td> ')
document.write('    <td class="leerlingenorkest"><a href="./leerlingenorkest.htm" title="Starten met muziek"><h4>Leerlingen<br></h4></a></td> ')
document.write('    </tr></table>')

document.write('    <div class="menu">')
document.write('    <a href="./bestuur.htm">     Bestuur</a><br>')
document.write('    <a href="./historie.htm">	 Historie</a><br>')
document.write('    <a href="./agenda.htm">      Agenda</a>')
document.write('    <a href="./nieuws.htm">      - Nieuws </a><br>')
document.write('    <a href="./fotoalbum.htm">   Fotoalbum</a>')
document.write('    <a href="./filmpjes.htm">    - Film</a><br>')
document.write('    <a href="./50club.htm">      Club van 50</a><a href="./donateurs.htm"> - Donateurs</a><br>')
document.write('    <a href="./contact.htm">     Contact</a><br>')

document.write('     </div>')
document.write('')
}

function WriteEnd() {
document.write('  </div>')
document.write('  <a href="http://www.createkst.nl" target="blank"><h3>(c) createkst</h3></a>')
document.write('')
}

