function navigeer(pagina)
{
document.writeln("<html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1252'><title>British Junior Academy of Brussels</title></head>");
document.writeln("<frameset framespacing='0' border='0' rows='125,*' frameborder='0'>");
document.writeln("  <frame name='nav' scrolling='no' noresize target='inhoud' marginwidth='0' marginheight='0' src='content/nav.htm'>");
document.writeln("  <frame name='inhoud' marginwidth='0' marginheight='0' scrolling='auto' noresize target=_self src='content/" + pagina + "'>");
document.writeln("  <noframes><body topmargin='0' leftmargin='0'><p>Op deze pagina worden frames gebruikt, maar uw browser ondersteunt geen frames.</p></body></noframes>");
document.writeln("</frameset></html>");
}