function PostFormulier(formid, formnaam)
{
    new Ajax.Updater('formulier_container','formulieren/'+formid+'/'+formnaam+'.html', {method : 'post', parameters : $('formulier').serialize(), onComplete: confirm});
}
function confirm()
{                                                                  
    window.alert('Bedankt voor het invullen van dit formulier');
    tb_remove();
}
