function clearText(elm) {
	elm.value="";
}