var radios = document.getElementsByName("sokkiid");
      if ( radios.length>0) {
        radios[0].focus();
      }