function change_region(option){
  document.getElementById('select_region').innerHTML = document.getElementById(option).innerHTML;
}

