function input_ResetValue(e, txt) {
	if (e.value == txt) {
		e.value = '';
		e.style.color = '#000000';
	}
}
function input_SetValue(e, txt) {
	if (e.value == '') {
		e.value = txt;
		e.style.color = '#666666';
	}
}

function paginapopup(pagina) {
	window.open(pagina, 'akim_popup', 'width=500,height=400,resizable=yes,scrollbars=yes');
}
function afbeeldingpopup(afbeelding) {
	return !window.open('afbeelding_popup.php?afb=' + afbeelding, 'afbeelding_popup', 'width=640,height=520,scrollbars=yes,resizable=yes');
}
