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] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[3] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files."; fDesc[4] = ", Latin and the other way around. Comprehensive collection of dictionaries, advanced search capabilities"; fDesc[5] = ", 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[6] = "allows you to setup different options in several parts of the system, that will allow it to run faster and in a more secure way."; fDesc[8] = "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[9] = "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[12] = "checker dictionaries for languages other than English. The different versions of The Bat! have different corresponding versions of the International Pack."; fDesc[13] = ".NET Framework Version 2.0 or later."; fDesc[14] = "developers of the Cossacks series. It is published by CDV. The game action is developed between the fifteenth and nineteenth centuries in the Americas."; fDesc[15] = "Itallows to make predictions without any specialtraining. The program has the built-in internet searchengine to seek for interpretations of Shaman's ..."; 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 = '...'; } }