function borrar(num) { for (i=0; ele=document.form.list.options[i]; i++) if (ele.value==num) document.form.list.options[i]=null;}