var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance."; fDesc[3] = "kind of tasks had to be done using DOS applications that required a great deal of know-how. Now, thanks to Partition Magic, users can create, delete, copy, merge, split, and format partitions and discs, and change their file systems."; fDesc[4] = "enough to keep them happy, make money and offer new products, continuously improve your restaurant to make it the best."; fDesc[5] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando."; fDesc[6] = "file, it will download another 70851816 bytes using your Internet connection, upgrading the game to the latest available version. You must help a young couple to choose and decorate their first house."; fDesc[7] = "Windows. It basically gives you the ability of creating and modifying ID3 tags right within Windows Explorer. It adds two new tabs to the properties dialog of the MP3 files. From there, you can add information about your MP3 songs."; fDesc[8] = "deal with your screensavers collection. Needless to say, Astro Gemini Software provides this tool free of charge and is extremely easy to use, so you don’t have to take too much time to learn how to use it."; fDesc[9] = "files. These files are transmitted and stored for long periods of times, and it is not rare for them to get corrupted or damaged. RAR Repair Tool allows you to recover files stored in corrupted RAR files."; fDesc[10] = "Southwest Airlines. It also allows you to check in online and check your flight status. It saves your time and money. By using this freeware you can get pretty low fare deals directly on your desktop."; fDesc[11] = "formatting, class and methods auto-completion, indexing of user directories and a lot more. This new version features more extensive configuration wizards for beginner users, and enhanced CSS WYSIWYG tools."; fDesc[12] = "players to \"uncover the code\", and this combines elements of adventure and puzzle with a script full of twists and surprises."; fDesc[13] = "Outlook, when you try to do certain things, a lot of pop-ups will tell you if you really wanted to do what you just clicked to do. Those are security measures to avoid unwanted access to your inbox, the spread of spam, and many other security threats."; fDesc[14] = "games, either locally or online. You will be able to choose between forty table games, such as Three Card Draw Poker or Texas Hold'Em. You can also play slot machines, with titles like Cashtaway, Zoltar or the Video Poker. Or bet on horse and dog races, or your favorite sports teams."; fDesc[15] = "will have to build a totally new city from scratch and deal with whatever problems that may arise in the process, which by the way, are not few."; 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 = '...'; } }