var fDesc=new Array(); fDesc[1] = "everything that you need to keep your PC running like new, without any problems or crashes. A real time virus scanner keeps an eye on the processes running in your system and online. Most of the problems and viruses are stopped before they infect your PC."; fDesc[2] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities."; fDesc[3] = "fast-paced action and a lot of detail everywhere. Characters are all identical to those in the movie. The game itself could be considered a prequel to the movie, but I don't want to get into spoilers."; fDesc[4] = "Windows Messenger passwords stored on your computer."; fDesc[6] = "is powered by Kaspersky Antivirus 6.0. The Shield Deluxe 2008 downloads its updates from the Kaspersky site. The antivirus protection uses both a reactive method (using signature databases) and proactive protection (behavior blocker and heuristic analysis)."; fDesc[7] = "Live password but do not remember the old one. Of course, you must be able to login with your messenger automatically without entering your password after clicking on the \"Sign-In\" button."; fDesc[8] = "extract them. With this tool you can decrypt and decode the passwords and later you will have the opportunity to view them in a readable format. This is a tool that will instantly find all GTalk, Gmail, GDesktop, Picasa and GScreensaver accounts."; fDesc[12] = "passwords stored for multiple profiles (screen names) on the local PC under the current account. Recover your AOL Instant Messenger Password at once!"; fDesc[13] = "passwords that were saved by Windows Live Messenger on your PC under the current login. The decoder of the program has the ability to recover multiple accounts and supports all known versions of Windows Live Messenger."; fDesc[14] = "to provide your computer with the most effective protection against malicious programs."; 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 = '...'; } }