var fDesc=new Array(); fDesc[0] = "RightWriter is a tool that will help you to finds doubled words, punctuation errors, capitalization mistakes, missed quotation marks, and other mechanical errors, all without you having to read anything. Spelling checkers, and even the built-in Microsoft Word Grammar Checker do not catch all of these mistakes."; 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 = ''; } }