<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=1 cellspacing=0 border=0>');
document.write('<tr><form action="index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="hoe_werkt_het.htm"><td>');
document.write('<input type="submit" value="Hoe werkt het" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="diensten.htm"><td>');
document.write('<input type="submit" value="Diensten" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="garantie.htm"><td>');
document.write('<input type="submit" value="Garantie" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="portfolio.htm"><td>');
document.write('<input type="submit" value="Portfolio" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="over_artpollo.htm"><td>');
document.write('<input type="submit" value="Over Artpollo" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="contact.htm"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></form><td>');

document.write('<td WIDTH="1">');

document.write('</td></tr></table></DIV>');

//  End -->