// clears textfield initial value
function clearText(thefield)
{ if (thefield.defaultValue==thefield.value) thefield.value = "" }
//  End -->
