var fDesc=new Array(); fDesc[0] = "It is another helping hand from Wintertree Software for the world community of computer users. Grammar Expert Plus is a very useful tool for English learner as well as professionals to ensure that the written communication is done with utmost care and professionalism. There are number of highly useful features available like Grammar checker, Spelling Checker, Word count per sentence, Word simplicity measurement tool, Letters per word mean and many more. It is a highly useful tool for almost everyone using English as language to use for written communication. The grammar checking facility is very advanced and the error finding ability is quipped with Syntax errors, Pronoun case errors, Misused words, Subject-Verb agreement and many more error finding solutions. Grammar Expert Plus has different phrases finding facilities like Wordy phrases checking, redundant Phrases checking along with finding the confusing terms. The high end dictionary checks the spell errors from the word treasure. The automatic spell and grammar checking is sometimes very slow during the process during scanning large documents."; 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 = ''; } }