function init() {
  var e;
  e = document.getElementById("rtext");
  e.focus();
}
