function remove(val) {
  if (val.defaultValue==val.value) {
    val.value = '';
  }
}
