function doCraptcha(dest) { var url = "templates/craptcha.jsp?vbForm=" + dest; doAjax(url, "craptcha"); document.getElementById("craptcha_bg").style.display = "block"; }