function set() { var optSel = document.getElementById("sel"); var optVal = "utochka"; optSel.value = optVal; }