var fDesc=new Array(); fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[2] = "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[3] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[4] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots."; fDesc[5] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password."; fDesc[6] = "e-threats. The program helps to protect the system from viruses, trojans, worms, spyware and adware. It scans files, email, and Internet traffic as well as protects instant messengers."; fDesc[7] = "includes integrated online backup and restore capabilities to protect your digital photos and other irreplaceable files against damage or loss due to hard drive crashes, fire, theft, or accidental deletion."; fDesc[8] = "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[9] = "detect, remove, and prevent the installation of spyware, trojans, backdoors, adware, rootkits, and other threats. You will be able to schedule scans and automatic updates. The Main Menu has 7 buttons. Each one will let you perform different actions."; fDesc[10] = "Keyloggers are small spy programs that record everything you type on your computer, including documents, emails, usernames and passwords."; fDesc[11] = "not scan your system looking for spyware, but it automatically monitors your system blocking any attempt by malicious software to add entries to the auto-start menu, change the registry, hijack or install itself into a browser or find any other way to stealthy get itself onto a PC."; fDesc[12] = "Team police unit through 15 levels and 33 playable areas of the crime-ridden streets. Engage in the perilous police work of raiding crack dens and criminal hideouts while taking down the notorious Byz-Lat and One-Niner gangbangers."; fDesc[13] = "easily clear your browser’s history, your browser’s cache,I mean, temporary internet files. It can also delete cookies of your browser. If you want, you can clear typed and visited URLs list. It can also clear the auto complete forms data and passwords."; fDesc[14] = "monitors their computers to prevent infection of the malicious behavior type. The Security Shield 7.0 program offers automated hourly anti-virus updates and real time email, file and web scanning in its anti-virus feature."; fDesc[15] = "disk format, file/directory deletion, virus attack, bad boot record, corruption or damage in the allocation table, Volume Table or Directory Tree and software corruption."; 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 = '...'; } }