var fDesc=new Array(); fDesc[1] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[2] = "non-commercial use only."; fDesc[3] = "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[4] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; fDesc[5] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware."; fDesc[6] = "and will captivate you while you are playing. The game consists in a bunch of words mixed up on the screen that you will have to find to get points."; fDesc[7] = "programs are not able to detect or remove these types of viruses, but Trojan Remover will explore your computer for trojans and other intruders with similar purposes."; fDesc[8] = "are always trying to gain access to your PC. This antivirus doesn’t care how the virus is going to attack your PC. It can scan your Emails, startup processes, running applications and shared system files for any suspicious behavior."; fDesc[9] = "escape to hidden positions on the map. Twelve worms faced. A lot of new weapons. A very interesting and fun videogame."; fDesc[10] = "for love and fortune. To reach its objective, this little worm has to jump on platforms, collect coins, fruits and other objects, while surviving in a hostile environment, with the threat of evil creatures like spiders and snails."; fDesc[11] = "get the worm that is generally on the other side of the road or in the middle. You may also have to get more than one worm per level."; fDesc[13] = "you can. After eating each apple the worm grows a bit longer and therefore is more tricky to operate. Lead your worm from the easy beginners levels to the most challenging final level through many rooms, corridors and tunnels of the game world. Don't forget that collisions with walls, dangerous \"bombs\" scattered around may be fatal! Customize your worm! Options let you control the game speed and the worm's appearance. Select any of 14 game skins or design a new one. There are 10 basic game levels and 50 additional levels available for registered users. A small registration fee of just $10 will give you another 50 levels and that's a lot of fun!"; fDesc[15] = "eating as many bright-colored apples as you can."; 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 = '...'; } }