function clear_id(evt) {
  elm = Event.element(evt)
  v = $F(elm)
  if(v == '') {
    $('restrict_id').value = ''
  }
}
