// noten
function nootpopup(noot,inhoud) {
noten=window.open ('', 'fout', 'height=200,width=200,scrollbars=no');
noten.document.write('<html><head><link rel=stylesheet href="hwo.css" type="text/css"><link rel=stylesheet href="../hwo.css" type="text/css"><title>Noot ');
noten.document.write(noot);
noten.document.write('</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><table border=0 width=200 cellspacing=0 cellpadding=5><tr><td width=200 class=textbox><br><br>');
noten.document.write(inhoud);
noten.document.write('<br><br><center><a href=\"javascript:window.close()\" onFocus=\"this.blur()" style=\"color: #555555; text-decoration: none;\"><b>sluit dit venster</b></a></td></tr></table></body></html>');
document.close();
}

function pop(file, titel)
{
		window.open(file, titel, 'width=530,height=421,resizable=no,scrollbars=no,status=no,toolbar=no,screenX=0,screenY=0,top=125,left=200,alwaysraised=yes')
}