var fDesc=new Array(); fDesc[0] = "Ginger, featuring the world's most accurate English grammar and spelling checker, has everything you need to write great English. It includes a full set of features to ensure that you make the most out of all of your written communications.
Ginger uses patented NLP (Natural Language Processing) technology to contextually understand a text and enhance your writing experience. With this lightweight version of Ginger, you can enjoy: Contextual spelling checker - Ginger detects correctly spelled words used in the wrong context. Their/there, than/then, (your/you're) and many other commonly confused words. Ginger corrects your typos, phonetic mistakes, severe spelling mistakes, and misused words based on the context of a sentence. Live corrections - Ginger detects your mistakes and corrects them as you type. Sentence Rephrase - Discover alternative ways to convey your message with more clarity and style without changing your original meaning. Translation - Quickly translate your text between more than 60 languages. Contextual Synonyms and Definitions. MS-Office add-in - support.

Ginger New Tab enhances your productivity during the day to day activities. Whether you are a student, a professional or just want to better express yourself, Ginger provides all you need in order to write high-quality text and to communicate better and accurate in business correspondence, academic documents and social writing."; 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 = ''; } }