var fDesc=new Array(); fDesc[1] = "interface and a ton of features tightly integrated into its context menu, it flies miles over the other multimedia players."; fDesc[2] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[3] = "offers Deposit bonus 100% up to $600 and have a number of world-class poker pro endorsers, such as Howard Lederer, Chris Ferguson, Phil Ivey, .."; fDesc[4] = "other kind of archive. One good thing about this application, besides the fact that it is universal by nature, is that it is really compact, which makes it accessible and easy to use. You can even use this app to extract files from MSI installation packages."; fDesc[5] = "menus for drives, folders and files. You must right click over a folder or file in order to open the contextual menu in which you can select \"Change Attributes\". Doing so you will open Attribute Changer."; fDesc[6] = "keeping our animals happy, to achieve that you will need to meet their needs and hire staff to care for animals, besides buying buildings and attractions to meet the needs of your visitors."; fDesc[7] = "sound like something only accessible to great leaders like Julius Caesar or Napoleon, but there are already many games that have managed to convince you that you are able to create a world empire too just clicking your mouse."; fDesc[8] = "access to several Windows settings that aren't usually accessible to regular users, so they can customize Windows to make it more suitable for their likes and needs."; fDesc[9] = "thought had been deleted! Although you're not in the list of the most wanted people, your hard disk can say a lot about you. Even after repartitioning or formatting the information remains accessible to someone with the means and the desire to access it."; fDesc[10] = "recreation. It is available for Windows and the Mac OS. The program has no learning curve, you could be rendering your first landscape image in as little as 15 minutes after installation."; fDesc[11] = "accessible from your computer. SymmTime is free, can be used in any windows PC environment. With SymmTime you know your system clock is correct and accurate because it's automatically synchronized to any NTP (Network Time Protocol) server accessible from your computer."; fDesc[12] = "many options directly accessible from there. It requires the OpenGL redistributable package installed on your system, which is available on all Windows family operating systems or can be downloaded easily."; fDesc[13] = "Extension on Steroids!"; fDesc[14] = "interface lists all the running processes on the system for you, so you can see the use of resources that each one do."; fDesc[15] = "process to execute their part, regardless of where they are located. All that is required is an Internet connection and you can work from anywhere since everything is in one central location that is accessible through the website."; 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 = '...'; } }