for ( var key in subOidAndNameMap) {document.getElementById("phraseList").options.add(new Option(subOidAndNameMap[key], key));}