function ClearBox(objTextBox)
{
  objTextBox.value="";
}
