function gGetElementById(s) { var o = (document.getElementById ? document.getElementById(s) : document.all[s]); return ((o == null) ? false : o); } function playCaptcha(wavURL) { //alert('playCaptcha called'); var embedCode = ''; gGetElementById("soundCaptchaDiv").innerHTML = ""; gGetElementById("soundCaptchaDiv").innerHTML = embedCode; gGetElementById("idCaptchaType").value="voice"; //document.forms["frmCaptcha"].action="/jcaptcha/scaptcha.do"; gGetElementById("idCaptchaEntry").value=""; //gGetElementById("j_captcha_response").focus(); }