document.write('<div class="header">');
document.write('<div class="koptekst"><a href="index.php">Wijhe in beeld</a></div>');
document.write('<div class="navigatie">');
document.write('<ul id="nav">');
document.write('<li><a href="map.php">Plattegrond</a>');
document.write('</li>');
document.write('<li><a href="collectielijst.php">Collecties</a>');
document.write('<ul>');
document.write('<li><a href="nieuwstelijst.php">Laatst toegevoegd</a></li>');
document.write('<li><a href="collectielijst.php">Fotocollecties</a></li>');
document.write('<li><a href="gebeurtenissenlijst.php">Gebeurtenissen</a></li>');
document.write('</ul>');
document.write('</li>');
document.write('<li><a href="zoek_adres.htm">Zoeken</a>');
document.write('<ul>');
document.write('<li><a href="zoek_onderwerp.htm">Op onderwerp</a></li>');
document.write('<li><a href="zoek_adres.htm">Op adres</a></li>');
document.write('<li><a href="zoek_jaar.htm">Op datum</a></li>');
document.write('<li><a href="zoek_persoon.htm">Naar personen</a></li>');
document.write('<li><a href="zoek_beroep.htm">Naar beroep</a></li>');
document.write('</ul>');
document.write('</li>');
document.write('<li><a href="gastenboekform.php">Gastenboek</a>');
document.write('<ul>');
document.write('<li><a href="gastenboeklezen.php">Lezen</a></li>');
document.write('<li><a href="gastenboekform.php">Invullen</a></li>');
document.write('</ul>');
document.write('</li>');
document.write('<li><a href="contact.htm">Contact</a>');
document.write('</li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');
document.write('<div class="clear">');
document.write('');
document.write('</div>');





