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] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information."; fDesc[3] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware."; fDesc[4] = "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[5] = "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[6] = ", phishing, adware, spyware, bots and drive-by downloads. Includes: AntiVirus, AntiAdware, AntiSpyware, AntiPhishing, AntiRootkit, EmailScanner, WebGuard."; fDesc[7] = "scanning all existing programs running, connecting to the internet, etc. It can also detect malware that installed itself in the form of ActiveX controls."; fDesc[8] = "armor. The first set of armor is free, and if you do not have a horse with you, you can actually get a horse (an Old Nag) for free from Snak gra-Bura. There is no difference, other than appearance. Putting armor on the horse has the game effect of increasing the health of the horse."; fDesc[10] = "Gioconda, St. John the Baptist, the Madonna Litta, a Self-Portrait, the Portrait of a Musician, and a Horse Study."; fDesc[11] = "obstacles that slow down the speed of the competitor, food in the road gives energy to run faster. There are 8 different competitors: horse, cougar, rinho, pig, sheep, bear, goat, and tiger. Each creature has different running speed, swimming speed, jump speed and strength."; fDesc[12] = "movement charts, market analysis, information displays, dutching and trading tools."; fDesc[13] = "have to choose a horse to compete. Your main goal is to become the best rider at the various competitions in the game, so you must practice hard to perfect your technique in order to show off your skills at the Equestrian Center."; fDesc[14] = "pari-mutuel wagering that also helps you learn to read the racing program (past performances) to start handicapping!"; fDesc[15] = "will predict horse racing results with great accuracy! If you want to make a living at sports betting this will be an invaluable tool for you!"; 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 = '...'; } }