var fDesc=new Array(); fDesc[0] = "Check Spanish spelling and grammar in any application.
Use the Conjugate Verb button to view all the standard conjugations of a selected verb.
Thorough error recognition with multiple spelling suggestions. Grammatica spelling and grammar checker identifies many errors other programs miss.
Grammatica detects subtle errors in grammar, syntax, punctuation, and more with ease. You can select which grammar guidelines you want Grammatica to follow from a list of even the most subtle grammar rules."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }