function mn_remove_options ( sel ){ while (sel.childNodes.length) { sel.removeChild(sel.firstChild); } }