var fDesc=new Array(); fDesc[1] = "dictionaries and multi-document translation makes this software suitable for advanced translation purposes."; fDesc[2] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow."; fDesc[3] = "a few words in it. On top of that, users can download a number of other free dictionaries from the website and use them in conjunction with the application."; fDesc[4] = "LEC supplies translation engines to OEMs, republishers, and distributors in Asia, Europe and the Americas. LEC offers the largest number of language pairs with translation of Arabic, Chinese, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Korean, Persian, Portuguese, Russian, Spanish, Tagalog, Turkish, and Ukrainian. With LEC's Translate DotNet, you can quickly translate e-mails, documents, instant messages, even whole folders of files in any of 21 languages. Translate DotNet offers specialized user interfaces customized for each type of translation task. Premium subscriptions include technical dictionaries to increase accuracy and translation of Word and PDF files.A popular and well-regarded service on Windows for many years, LEC now introduces Translate DotNet for Macintosh X."; fDesc[5] = "and clipboard contents, and edit and save your work in multiple formats. It also includes a built-in text-to-speech feature."; fDesc[6] = "language. This editor will allow you to easily translate all the software messages and menu options to a language of your choice. You will also be able to correct other translators’ mistakes, or find untranslated entries to help complete the translation."; fDesc[7] = "any text in any desktop application. Translations and dictionary results are retrieved by default from the Babylon translation database, but you can expand the scope of your search and get more results by adding new dictionaries"; fDesc[8] = ", french, spanish, italian and portuguese and vice versa."; fDesc[9] = "composed of fifty words can be translated in different languages. It has an audio where the user can hear the right pronunciation of the word. It can also correct a sentence construction for a better grammar."; fDesc[11] = "using software products. Coolsoft team is highly creative and they have brought various software products like paint, video converter, MP3 to WAV converter and many more. Coolexon is also one of the flagship product from the Coolsoft software development team."; fDesc[12] = "CATALYST 7.0 is one of the most renown localization tools in the market, and offers what the developers call a “Total Visual Localization environment” that can localize software files, Websites, online help, manuals, database files, and many others file types."; fDesc[13] = "increased performances in the edition of your resource files to create localized programs."; fDesc[14] = "Derby (1800-1882) which was first published in the 1800’s. This translation provided a more accurate translation of the original languages than others of his day. Darby’s extensive footnotes and cross-references can be conveniently viewed in the PocketBible program"; fDesc[15] = "and from Chinese (both Simplified and Traditional), Dutch, English, French, German, Greek, Italian, Japanese, Korean, Portuguese, Russian, and Spanish. In order for the program to work, we need to have an Internet connection and be online."; 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 = '...'; } }