<!-- Begin
function nieuwscherm(bestand) {
win3=window.open(bestand, "", 'scrollbars=yes,resizable=yes,width=650,height=700,');
win3.moveTo(screen.width/2-300,screen.height/2-325);
}
// End -->

