function doClear(theText) 
{
   theText.value = " ";
   return true;
}

