$(function() { $('textarea').autogrow(); $('#captchatr').hide(); }); function menuHideShow(element_id,thisdiv) { document.getElementById(thisdiv).style.display='none'; document.getElementById(element_id).style.display='block' }