function init() {
 var inp = document.getElementById("sval");
 inp.blur();
}
