function foo() {var objListado = document.getElementById("selListado");alert(objListado.options[objListado.selectedIndex].text);}