function clearBox(box) {
  if(box.value==box.defaultValue) {
    box.value = "";
  }
}

