function senden(incdec) {
	document.getElementById('astroform').hidden.value = incdec;
	document.getElementById('astroform').submit();
}
