var op= new Option("AAA", "BBB", true, true);
var s = document.forms["frm"].sel;
s.options[s.options.length] = op;