var fDesc=new Array(); fDesc[1] = "dictionaries and multi-document translation makes this software suitable for advanced translation purposes."; fDesc[2] = "powerful application is a handy and very useful tool for professionals, students, English learners, etc., and includes more than 210.000 definitions, examples and pronunciations. This program will become an essential tool for those who need look up English words."; fDesc[3] = "It is utilizing a database of a whopping 400,000 words and phrases. Means it contains all generally used words. And lots of features Like multi-language support for user interface, English words pronunciation, speech filter, bidirectional etc. and lots more."; fDesc[4] = "of more then 20000 English words. It does not provide detailed descriptions of words but the word searching speed is good. It searchs in real time means as you start typing it starts searching and short list the words started with searched word."; fDesc[5] = "itself to the active window, giving you a search box that you can use to access any reference content that you buy and download to your hard drive (in this case, the Oxford English Dictionary)."; fDesc[6] = "which is very useful in German for English and English to German translations. Some other dictionary options include support for Spanish, Italian, French, Japanese, Chinese, Turkish, Kurdish, Norwegian or Arabic languages."; fDesc[7] = "bilingual and bidirectional dictionary. Therefore The SA Dictionary 2008 is their destination point. You can also use its Exam utility to test your skill."; fDesc[8] = "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[9] = "any word and its correct grammatical form with its built-in Morphology Module. If you're learning the English language, its sound modules will allow you to hear the correct word pronunciation, pre-recorded by native speakers."; fDesc[10] = "Thesaurus. The dictionary contains 240,000 words, phrases, and concise definitions, with over 1,800 brand new words from Oxford's new word research."; fDesc[11] = "enter a word in English or Hungarian in the input box, and translate it to the other language. In the window on the bottom of the screen the program will show you the word in the original language, its classification and the meaning in the target language."; fDesc[12] = "pronounce the word through the speakers and will show you the translation for that word in the chosen language. It will display an illustration to the word, its classification, plural and a sample phrase."; fDesc[13] = "PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once. You can buy this product right from the developer’s site on Internet for $ 49.95, and you can try it before with some limitations."; fDesc[14] = "words. User can select the word from the list box and the synonym is displayed in Urdu beneath the list box. CleanTouch English-Urdu Dictionary allows search of the first letter but subsequent letters initialize the search to the first letter"; fDesc[15] = "produced by Armenian Dictionary Software Inc., the extreme simplicity. The application develops entirely in a single window with two tabs: one tab for the English to Armenian translation; the other tab for Armenian to English translation."; 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 = '...'; } }