function getConstructiveKeuze() {
	var land = document.getElementById('constructive_keuze').value;
	document.location = land;
}

function getPackagingKeuze() {
	var land = document.getElementById('packaging_keuze').value;
	document.location = land;
}
