var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; fDesc[3] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version."; fDesc[4] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline."; fDesc[5] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[6] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[7] = ", Latin and the other way around. Comprehensive collection of dictionaries, advanced search capabilities"; fDesc[8] = "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[9] = ", French, Latvian, Polish, Russian and Ukrainian. The program translates directly in a window of the active application or in a separate window. It can translate the text information present in MS Word documents, Internet pages, E-mails, helps and content of different text windows."; fDesc[10] = "over 7,400,00 entries in 128 dictionaries for translating words and phrases from English, German, French, Spanish, Italian, Ukrainian, Chinese, Latin, Turkish to Russian and back."; fDesc[11] = "languages. This application provides eight bilingual dictionaries in English-Russian (the biggest one), English-Swedish, English-Spanish, Japanese-Russian, German-Russian, French-Russian, French-English, and Italian-Russian."; fDesc[12] = "topic specific and include economics, biology, medicine, linguistics, banking, equipment and technology and many more important subjects."; fDesc[13] = "English and Russian languages. These dictionaries include the most commonly used words and their translation options. The English-Russian dictionary contains 20,000 articles and the Russian-English dictionary contains 25,000 articles."; fDesc[14] = "languages. The dictionary database included in the program is powered by \"Russkiy Yazik Media\", whereby the English-Russian dictionary contains 20,000 entries, there are 5,000 sound modules, and the Russian-English dictionary contains 25,000 entries."; fDesc[15] = "Russian language. With Learn To Speak Russian, you can now learn Russian right at your computer while attending to other stuff: the basic vocabulary with pronunciation are presented on a small screen, without distracting you. You can learn Russian words, phrases, idioms and expressions easily."; 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 = '...'; } }