var fDesc=new Array(); fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc."; fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[3] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[4] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[5] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development."; fDesc[6] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly."; fDesc[7] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options."; fDesc[8] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages."; fDesc[9] = "Alt-Tab keystrokes have in Windows, with some additional features. You can customize the appearence of the program for each user, with different colors and fonts."; fDesc[10] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES."; fDesc[11] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[12] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[13] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[14] = ", 2003, 2002, or 2000. You may copy text or graphic into another program, but you will only be able to open the document for editing if you have Microsoft Word installed."; fDesc[15] = "(ShortMessageService) to mobile phones of all polish networks. Only Windows is supported by this program. The language of the program is polish."; fDesc[16] = "complete features one-click integration with Microsoft Office products. PDF complete works with Office 2007, 2003, 2002, and 2000 and supports Windows XP, Windows Vista, Windows 2000, and Windows 2003."; fDesc[17] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs."; fDesc[18] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up."; fDesc[19] = "stands for Virtual Network Computing, and it uses 2 small programs: Server and Viewer. The Server handles the service, and \"serves\" the access to the host computer. The Viewer, is used to access the computer where the server is installed and configured."; fDesc[20] = "in the certain format, but also a powerful, interesting and flavorful DVD of high quality, with your own menu, subtitles and background music."; 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 = '...'; } }