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