function ToggleDonationText()
{
	var oForm = document.forms['machtiging'];

	if (getCheckedRadioValue(oForm.afschrijving) != 'eenmalig' && getCheckedRadioValue(oForm.afschrijving) != '')
		showObject('thankstext');
	else
		hideObject('thankstext');
}