function Hide(id) { obj = document.getElementsByTagName("div"); obj[id].style.visibility = 'hidden'; } var RecaptchaOptions = { theme : 'white' };