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] = "video with in one of the following file formats: DivX, AVI, DIV, TIX, QT, MOV, MPG, MPE, and MKV (the new DivX Plus HD video)."; fDesc[6] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass."; fDesc[7] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc."; fDesc[8] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[9] = ", only available from the developer’s website. It gives us the opportunity to learn a foreign Language: Spanish, English, French, German and Italian. Depending on our budget and needs we can purchase 3 different products for each Language."; fDesc[10] = "contents, letters, chat, and emails."; fDesc[11] = ", 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[12] = "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[13] = "photographs and designs, references list, cultural issues,such as the countries forming the European Community, national anthems, animations in 2D, audio files, games, etc. It is completely interactive; we can and search by category or theme."; fDesc[14] = "huge of common words, phrases and strange words with their meanings. Most importantly for the users, there is an animated agent to speak all such words."; fDesc[15] = "language, French in this case. The software has three main parts: 1 CD-ROM, an audio CD and a workbook, with lots of practice in writing,speaking,liste ning,vocabulary,gramma r,speech recognition, and many more."; 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 = '...'; } }