function report(s) { alert(s); } function OPEN() { var selectVoice = document.Gui_P.VoiceItems; document.VPlayer.OPEN(String(selectVoice.options[selectVoice.selectedIndex].value)); }