var currentFocus = "";function clearText(thefield){if (thefield.defaultValue==thefield.value){	thefield.value = "";}currentFocus = thefield.name;}function clearFocus(){currentFocus = "";}