var fDesc=new Array(); fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[2] = "links, you only need to chose what you want to watch. The program interface is in portuguese language, and most of the channels are from Brazil. You can watch lots of channels grouped in packages (even radio stations), and you can even download more packages from the web."; fDesc[3] = "page are Express, Memory and Disk. Express Memory Optimization fully optimizes the system and frees unutilized memory Memory Usage Check advises on upgrading the memory modules installed on the system Disk optimization deletes unneeded items and releases occupied disk space"; fDesc[4] = "has been designed to receive the latest news for our Nikon products. We can access this application from the Nikon Transfer program interface."; fDesc[5] = "you to download and install. This is not done automatically; the program lets you choose whether or not to use the update found. Each update is listed with a detailed description in VersionTracker's interface."; fDesc[6] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal."; fDesc[7] = "well as hardware tools. Compatible with many operating systems it is supporting 11new languages (Traditional Chinese, Greek, Hungarian, Japanese, Korean, Russian, Romanian, Slovak, Swedish and Portuguese) to help many other linguistic users."; fDesc[8] = "we are aware of it. In addition, HDDlife has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary."; fDesc[9] = "fix the found problems. Should you press the \"Repair All\" button, the program will inform you that the trial version can´t fix anything, and will offer you to register the program in order to get rid of all the problems that the application found."; fDesc[10] = "changed, and to crawl your site accordingly."; fDesc[11] = "problem seems to be emerging so we are aware of it. In addition, HDD life Pro has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary."; fDesc[12] = "intended to work only to place orders within the European Union to www.pixum.com. You can pick the pictures you want to print from any folder in any drive and drag and drop them to the right panel."; fDesc[13] = "you have to go to several locations to find such information, for example, your control panel, BIOS features and system properties, which is really time consuming. Smart System Informer proves to be a useful application here."; fDesc[14] = "to your computers. With Spyware Monitor (Spy-the-Spy) any exe or dll added to your system, this would inform the computer user about any wanted/unwanted software being added. The main areas of your computers are documents and settings, program file and windows folder for this kind of Spywares."; fDesc[15] = "aspects of the famous football organization. You can choose to visit different places. You can go to the Club House, to the Players’ page, to the Cheerleaders’ page, and more."; 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 = '...'; } }