function clearInput(element) {
	element.value = '';
	}