function swapSendBut() {document.getElementById('sendbut').style.display ="none";document.getElementById('sendingbut').style.display =""; }function helpCaptcha() {document.getElementById('helpcaptchadiv').style.display =""; }function hideHelpCaptcha() {document.getElementById('helpcaptchadiv').style.display ="none"; }