function addOption(e){var n=prompt("Novo valor.");if(null!=n){var t=document.getElementById(e),o=document.createElement("option");o.value=n,o.innerHTML=n,t.appendChild(o),o.selected=!0}}