function focus(){
  var srch = document.getElementById('srch');
  srch.focus();
}

