function redir(sel){
  location.href = sel.options[sel.options.selectedIndex].value;
}
