var fDesc=new Array(); fDesc[1] = "and improve your Internet browsing. Compiled with multiple features IE7pro makes your Internet browser even friendly, secured, functional and customizable."; fDesc[2] = "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[3] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders."; fDesc[4] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20."; fDesc[5] = "(now called Translator Professional Plus). This is a comprehensive program with lots of capabilities, like a built-in spell checker, dictionary and thesaurus, as well as many other features for rendering quality translations."; fDesc[6] = "visually appealing resume in a few minutes. The user friendly interface of the software is very helpful in building your own custom resume quickly and effortlessly."; fDesc[7] = "autosuggest hotkey. TinySpell is excellent for correcting those nasty spelling errors that are created when doing web based e-mail, site access forms, or any other text based applications where spelling errors could pop up."; 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] = "checker dictionaries for languages other than English. The different versions of The Bat! have different corresponding versions of the International Pack."; fDesc[10] = "and friends, but also as educational tools for teachers and educators. Program's support for special characters makes it possible to create puzzles in a number of languages such as Chinese, Japanese, Arabic, etc."; fDesc[11] = "Effects, an FTP client publisher and Web Support features for the creation of both HTML and SVG web pages."; fDesc[12] = "similar to another one previously learned by the program, there will appear a list of words and you will only have to press the TAB button and the program will automatically complete the word."; fDesc[13] = "Format and Plain Text Format. It has a basic spell checker and thesaurus but to work you have to add a dictionary manually. Files can be saved in Win Word 6.0, RTF (Rich Text Format), txt document, and MS-DOS text format."; fDesc[14] = "program integrates itself seamlessly into Word, Excel, Front Page, Outlook, Works, Outlook Express, Mail and News, Exchange and Windows Messaging applications. The powerful Internet dictionary included with this plug-in recognizes URLs, email addresses and other Internet terminology."; fDesc[15] = "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."; 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 = '...'; } }