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] = ", Latin and the other way around. Comprehensive collection of dictionaries, advanced search capabilities"; fDesc[5] = "English, Spanish, German and Russian. Unlike other applications, TranslateIt!'s goal is to allow you to translate text directly from its source."; fDesc[6] = "collection of 152 dictionaries. Lingvo x3 provides accurate translations from Russian to 11 languages and back of each word or phrase and example sentences."; fDesc[7] = "dictionary from the wide range they offer. Each dictionary module is a complete language reference, including tens of thousands of indexed entries. Conjugation information is provided for each language."; fDesc[8] = "(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[9] = "between them. It also has a dictionary, verb conjugator, and specialties in order to have an accurate translation."; fDesc[10] = "of Ectaco, Inc. You can use it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume Albanian/English dictionary database and the ability to translate to and from Albanian allow you to select the exact translation according to your needs."; fDesc[11] = "to translate a webpage from and to English, French, German, Spanish, Italian, Portuguese, Dutch, Russian, Chinese, Korean and Japanese by making use of up to seven free online translation servers such as Lycos, Google translator, Dictionary.com, Yahoo! Babel Fish, etc."; fDesc[12] = "following languages: English, Russian, German, Spanish, French, Portuguese, and Italian. All you need to do is copy or type the text you want to translate, select the languages, and press the translate button."; fDesc[13] = "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[14] = "of Ectaco, Inc. You can use it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume Italian/English dictionary database and the ability to translate to and from Italian allow you to select the exact translation according to your needs."; fDesc[15] = "to learn or gain proficiency in any or both of these languages. It also includes a verb conjugation feature, which is a very handy addition to an already useful program."; 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 = '...'; } }