function clearValue(text) {
	if (text.value != "")
		text.value = "";
}