function clearInput(field) {
	$(field).val('');
	$(field).attr('onfocus', null);
}

