function clear_input(input) {
	input.value = '';
	input.onfocus = null;

}

