function clearDefault(item) {
	if (item.defaultValue==item.value) item.value = ""
}

