function setAfspraak(datum, tijdstip, what)
{
	document.forms[0].datum.value = datum;
	document.forms[0].tijdstip.value = tijdstip;
	document.forms[0].submit();
}