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] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words."; fDesc[4] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[5] = "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[6] = "capability. Yes, its very well know English to Hindi dictionary. You can find the Hindi meaning of any commonly used word of English from its large database of more then 22600 English words with Multiple Hindi meanings."; fDesc[7] = "word in the combo box and the program will show the words located. For each character you type in you will see different options of words. You can copy and paste the text result to other programs. It includes a filter to search the whole word or part of the characters."; fDesc[8] = "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[9] = "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[10] = "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[11] = "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[12] = "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[13] = "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[14] = "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[15] = "The dictionary contains over 250,000 words, including historical figures, slang and jargon. The program suits perfectly for visually impaired or blind computer users."; 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 = '...'; } }