﻿function searchjump( select ) {
  
  var group = select.options[select.selectedIndex].value;
  
  window.location = group;

}