function getSelect(s) {
  return s.options[s.selectedIndex].value
}

