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



