var fDesc=new Array(); fDesc[1] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow."; fDesc[2] = "such as a built-in pop-up blocker, spell checker, translator, page rank viewer, online bookmarks, auto fill, autolink and many more. It offers a neat ability to search using a search suggestions feature."; fDesc[3] = "it easy to work with the application. It is possible to make subtitle in many languages, there is a video preview and a function that lets translate texts along with the subtitling work."; fDesc[4] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript."; fDesc[5] = "interface is really easy to use and intuitive, offering many customizable toolbars, sound effects, and useful hotkeys. It includes all standard text formatting features including spell check and auto-correction."; fDesc[6] = "multilanguage, creating and editing subtitles was never so fun and easy."; fDesc[7] = "Notepad and WordPad to make a great word processor. The main idea behind Jarte is usability. So, the developers created an application that is both light-weight and powerful."; fDesc[8] = "program, but includes advanced customization options so we can enjoy a menu of absolutely professional installation. The program has an interface that emulates the Windows Explorer."; fDesc[9] = "comprehensive toolbox suit which will facilitate the writing process by keeping all our project's bit and pieces handy and well organized. It gives us the opportunity to write not only books but essays, school and university projects, catalogs and many more."; fDesc[10] = "Outlook Express. Checks spelling manually or automatically on \"Send\". Displays suggestions for 13+ languages."; fDesc[11] = "medical word you are interested in, to help you to discover the correct spelling of medical term. After I installed the program and launched it, it presented a little window without features that displays two alternate adds at the bottom and simple user instructions."; fDesc[12] = "check; over 25 languages, medical, legal. Improved Compatibility Mode for MS Word, Internet Explorer, Outlook Express and more."; fDesc[13] = "exposes, b) code comments and c) variables, classes, function names etc."; fDesc[14] = "any application. Speller includes all source code!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }