document.write("<div id='header'>");
document.write("  <div id='logo'>");
document.write("    <a href='index.html'><img src='images/logo.png' width='200' height='41' alt='Weytens.net'></a>");
document.write("  </div>");
document.write("  <div id='nav'>");
document.write("    <a href='ik.html' onMouseOver='mouseOverIk();' onMouseOut='mouseOutIk()'><img src='images/btn_ik.png' width='110' height='40' alt='Digitale ik' name='ik' /></a>");
document.write("    <a href='pc.html' onMouseOver='mouseOverPC();' onMouseOut='mouseOutPC();'><img src='images/btn_computer.png' width='85' height='40' alt='Computer' name='pc' /></a>");
document.write("    <a href='foto.html' onMouseOver='mouseOverFoto();' onMouseOut='mouseOutfoto();'><img src='images/btn_fotografie.png' width='85' height='40' alt='Fotografie' name='foto' /></a>");
document.write("    <a href='film.html' onMouseOver='mouseOverFilm();' onMouseOut='mouseOutFilm();'><img src='images/btn_film.png' width='80' height='40' alt='Film' name='film' /></a>");
document.write("  </div>");
document.write("  <div id='subnav_pc'>");
document.write("  	<a href='pc_hw.html'>hardware</a>  |  <a href='pc_web.html'>websites</a>  |  <a href='pc_tips.html'>tips</a>");
document.write("  </div>");
document.write("  <div id='subnav_foto'>");
document.write("  	<a href='foto_gear.html'>gear</a>  |  <a href='foto_gallerij.html'>gallerij</a>  |  <a href='foto_tips.html'>tips</a>");
document.write("  </div>");
document.write("</div>");

