var fDesc=new Array(); fDesc[0] = "Correct English improves the quality of English written communication by analyzing the most fundamental elements of your document. It identifies grammar and style errors, provides task-specific writing feedback, and supports word choice and enrichment to make your writing clear, polished, and effective. Able to save .doc and .pdf files, Correct English can be used as a stand-alone word processor, or integrate with Microsoft Word and Outlook toolbars so a comprehensive check of your writing is always an easy, accessible option. Additionally, it provides grammar feedback in multiple languages (English, Traditional Chinese, Simplified Chinese, French, German, Japanese, Korean and Spanish) so that you can understand and correct your English grammar errors in your native tongue. Correct English is available in a variety of Academic, Personal, and Business versions to address the specific requirements of your writing needs."; 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 = ''; } }