function wachten()
{
	document.forms.formulier.knop.disabled = "true";
}

function bevestiging()
{
	if(confirm("Bent u zeker dat u deze bestelling wilt plaatsen?"))
		location.href = "index.php?pagina=bestellen";
}