﻿function ClearTextBox(obj) {
  obj.value = "";
}
