function popup() {
window.open('uitlegubb.php','Home','toolbar=no,location=no,scrollbars=yes,width=325,height=400')
}

function smiley() {
    return;
}

function Invoegen(Smiley) {
    var edit;
    var HuidigeTekst = document.reactietoevoegen.bericht.value;
    edit = HuidigeTekst+Smiley+" ";
    document.reactietoevoegen.bericht.value=edit;
    document.reactietoevoegen.bericht.focus();
    return;
}

function popup_keuring(page,title,width,height) {
 var winl = (screen.width - width) / 2;
 var wint = (screen.height - height) / 2;
 window.open(''+page,''+title,'width='+width+',height='+height+',top='+wint+',left='+winl+',resizable=no,scrollbars=no,toolbar=no');
}
