var fDesc=new Array(); fDesc[1] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[2] = "environment, using simulated or bridged hardware. It allows multiple machines that can handle most Windows, Linux, BSD and other OS variants. VMware Workstation is one of the best virtual machine softwares in the market."; fDesc[3] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms."; fDesc[4] = "on your favorite media player. In addition it includes Media Player Classic. The program also installs player plug-in for Internet Explorer, Firefox, Netscape and Opera."; fDesc[5] = "of alternative e-commerce and travel vendors for other offers, and displaying them alongside any shopping or travel website."; fDesc[6] = "Windows O.S. It has a lot of features for handling and managing files and folders. Its user's interface is similar to the famous old program, Norton Commander."; fDesc[7] = "powerful features to enable building comments, reviews and forms. You can control and create your digital signatures and protection options.You can edit your PDF by inserting text, images, merge, split, crop, rotate. The program installs a toolbar for Microsoft Word,PowerPoint and Excel."; fDesc[8] = "for playing QuickTime content that is embedded in webpages. Advantages of QuickTime Alternative are: Quick and easy install Ability to make an unattended installation No background processes No unwanted stuff and other nonsense Smaller size"; fDesc[9] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out."; fDesc[10] = "features. Additionally, it has a built-in professional download client with resume capabilities. The browser supports many skins and a few plug-ins."; fDesc[11] = "installed as a replacement for Notepad or as a new installation. AkelPad brings interesting and practical improvements specially designed to help you in your documents editing."; fDesc[12] = "in your desktop, for the three programs that are included in the package: Writer, Spreadsheets and Presentation. \"Writer\" is a word processor similar to Word 2007. \"Spreadsheets\" is the alternative to Microsoft Excel. \"Presentation\" is the Kingsoft´s version of Microsoft´s PowerPoint."; fDesc[13] = "the ball and how the ball travels to smash the objective.To strike or pear you must be careful on every shot you make. In this game you will be able to choose player and make tournaments. This arcade experience is a good alternative for fans of the Bowling game."; fDesc[14] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection."; fDesc[15] = "Nullsoft using this freeware. Winamp Alternative supports almost every popular file format like,MP3,MP4,RM,VOB,WM A,AVI,OGG,AIFF,AU and the MIDI files."; 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 = '...'; } }