I got it:
function SelectParent(val,idx){ var sel=document.getElementById('ProgramArea');alert(val+' : '+sel.options[idx].parentNode.label); } // end of SelectParent