function showComment() { var NameId = document.getElementById('showComment'); NameId.style.display = 'inline'; document.frmInfo.submit.focus(); }