function getSelectValue(select) {
  return select.options[select.selectedIndex].value
}