// item - document.write('<a href="ADRES HTML-PAGINA">TITEL VAN DE LINK</a><br>')

// subitem - document.write('<span class="sub"><a href="ADRES HTML-PAGINA">TITEL VAN DE LINK</a></span><br>')

// nonactief item - document.write('<span class="inactive">toekostige menu titel</span><br>') 

// Start Menu

document.write('<a href="index2.html">welkom</a><br>')
document.write('<a href="concept.html">werkwijze</a></span><br>')
document.write('<a href="portfolio.html">portfolio</a><br>')
document.write('<span class="sub"><a href="slsh01.html">serie 1</a></span><br>')
document.write('<span class="sub"><a href="slsh02.html">serie 2</a></span><br>')
document.write('<span class="sub"><a href="slsh03.html">serie 3</a></span><br>')
document.write('<a href="opties.html">opties</a></span><br>')
document.write('<span class="sub"><a href="fotoboek.html">fotoboek</a></span><br>')
document.write('<span class="sub"><a href="slideshow.html">slideshow</a></span><br>')
document.write('<a href="http://imaginefotografie.blogspot.com/">weblog</a></span><br>')
document.write('<a href="contact.html">contact</a></span><br>')
document.write('<a href="links.html">links</a></span><br><br>')

