var fDesc=new Array(); fDesc[1] = "being the AC mode and the other being DC Mode (battery mode). Using this management software, you can choose among the many power profiles (Entertainment, Presentation, Word Processing, and Battery Life.) and set your laptop to last or extinguish the battery juices."; fDesc[2] = "the average computer user. There are several good codec package solutions out there, but none of them did everything I wanted. I was always in need of a tweak, adjustment, or even a reinstallation just to get the codecs I needed/wanted and most of the time, the file still didn't play. I've never claimed to be a media guru. My media experience is to doubleclick a file I downloaded and hope that it plays. What I do know is how to package software. So I decided to package some codecs and share them with the rest of the world. With this package all possible conflicts are already dealt with. Many user suggested default settings are implemented."; fDesc[3] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3."; fDesc[4] = "trailers, play demos, read features, join the gaming community and even take part in competitions. The program adds new games and drivers, checks for updates, finds available patches for your games and downloads them immediately."; fDesc[5] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify."; fDesc[6] = "administrators including security alerts and customized reports about hardware and software, network audit, change management and network monitoring. It also reports on a single PC."; fDesc[7] = "aliens that are threatening the Earth. As you complete missions you get money to buy new and more powerful weapons, and be able to fight toughter aliens each stage."; fDesc[8] = "registry is of the uttermost importance for your computers performance. The more applications you install and uninstall, the more registry entries will be left on the registry, making it bigger, and thus, forcing your system to read a bigger file, which takes more time."; fDesc[9] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats."; fDesc[10] = "quality and variety reach a level never seen before. Cars, computer chips and game modes come together in a way which brought together all the good stuff of racing games. TOCA has come to the city..."; fDesc[11] = "select a DNS name for your computer to be accessed to. For example, you can chose DNS.DynDNS.com, and every time someone types that address anywhere, they will be directed towards your IP address. However, you would have to manually update it every time your IP changes."; fDesc[12] = ", efficient File Transfer Protocol or FTP Client and CuteFTP Home 8.3 could be just the proogram you're looking for. With this program you can transfer files of any type or size including your web pages and any multi-media files to, from, and across the Internet."; fDesc[13] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application."; fDesc[14] = "tell you the time on 25 different languages, at the moment you want or in regular intervals. Speaking Clock Deluxe also has an alarm that can be set to remind you of important events, playing any sound file you want or some of the built in."; fDesc[15] = "It includes smart scan, deep scan and a remover; it has the ability to remove found parasites. Its database contains over 33171 records."; 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 = '...'; } }