select.options[select.selectedIndex+1].checked = true;
select.options[select.selectedIndex-1].checked = true;