var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "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[4] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[5] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[6] = ", 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[7] = "compatibility and an easy to use API. GTK+ it is written in C, but has bindings to many other popular programming languages such as C++, Python and C# among others. GTK+ has a large development community, as can be seen by the lists of contributors in GTK+ release announcements."; fDesc[8] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards"; fDesc[9] = "installed and run in English or German. You can choose to install support for AAC/M4A format to play non-drm iTunes files (Internet connection required)."; fDesc[10] = "the license of FIFA and therefore, the license of real players and leagues. This version of FIFA brought important innovations, such as an improved game system which was the most realistic one to date, above all regarding entrances, high balls, etc."; fDesc[11] = "potentially dangerous errors. If you´re not registered, that´s all you can do. In order to fix the errors found, you must purchase a license. To do this, you must register online to http://www.pcbugdoctor .com/registernew.php and acquire a yearly subscription or a lifetime license."; fDesc[12] = ", the interface is not that good, as it is in an old style. But everything else is like Partition Magic. As a whole, this program is a basic partitioning tool good for regular use. But it lacks more advanced features like a boot manager, for example."; fDesc[13] = "be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard."; fDesc[14] = "electronic collection of engineering utilities that can be used to solve, in an efficient and fast manner, a large variety of normally encountered engineering problems."; fDesc[15] = "piracy. A simple COM API lets you validate license keys from within your application."; 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 = '...'; } }