function pullin(theid) {
  if (confirm("Weet u het zeker dat u het abonnement wilt intrekken?")) document.getElementById(theid).submit();
};

