var fDesc=new Array(); fDesc[0] = "Grammatica is a bilingual grammar and spelling checker for English, French, Spanish, and German. It gives grammar explanations and suggested corrections. Its dictionary includes hundreds of thousands of entries in each language. The grammar checker includes the analysis of the function of words in a phrase (part of speech and grammatical links; homophones and homographs; synonyms and definitions, etc.). Grammatica can check text in any text editable window using our "hotkey" (the default is F2, but the user can set their preference). It integrates tightly with Microsoft Word 2000 and XP. Each language module is sold separately, but can be easily added to and accessed from one Grammatica interface."; 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 = ''; } }