

function invoercontrole(veld)
{
if (veld.value== null || veld.value== "")
	{alert('vul hier de gevraagde informatie in');
	}
}

