function showCaptchaHelp() {
document.getElementById('captchahelpdiv').style.display =""; }

function hideCaptchaHelp() {
document.getElementById('captchahelpdiv').style.display ="none"; }
