<!-- Clear the contents of an input box -->
<!--
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
//-->

