function clean_input_field(el) {
	el.value = '';
	return true;
}

