I want to clear the text field when the user clicks on that
function Clear (x) {if (x.cleared) {} else {x.value = ""; x.cleared = true}} onfocus = "Clear (this)"