function autotab(original,destination){
if
(original.getAttribute&&original.value.length==original.getAttribute("maxlength"))
destination.focus()
}function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

