var fDesc=new Array(); fDesc[0] = "BatchSpellChecker is a professional spell checker software for the programmers, web developers, proofreaders and other people who need to deal with a large number of source files and documents. The program performs search in the multiple files simultaneously, and shows you the list of those containing the misprints and errors.

It is fully code-aware and supports a wide range of source code formats: XML, HTML, PHP, JavaScript, C/C , Delphi, Java, and much more. If you have ever tried to spell check the formatted document with an ordinary spell checker, you know that a headache this can be. They underline everything (constants and variables, modules and classes names, tags and attributes) except what you really need: client-facing text. Unlike them, BatchSpellChecker can determine the markup elements and will check only the parts you want. You may specify to process only the strings (document text, string variables, captions, messages, menu items, etc.) and source code comments."; 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 = ''; } }