var fDesc=new Array();
fDesc[1] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it.";
fDesc[2] = "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[3] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD.";
fDesc[4] = "patterns. Works with Windows 95, 98, ME, NT, 2000, XP, Vista, Windows 2003 Server and DOS. Eraser is Free software and its source code is released under GNU General Public License. The patterns used for overwriting are based on Peter Gutmann's paper \\"Secure Deletion of Data from Magnetic and Solid-State Memory\\" and they are selected to effectively remove magnetic remnants from the hard drive. Other methods include the one defined in the National Industrial Security Program Operating Manual of the US Department of Defence and overwriting with pseudorandom data. You can also define your own overwriting methods. Chip Magazine Logo Winner of Chip Magazine's BEST FILE SHREDDER AWARD Press Cover Features Getting Started Erase files and folders securely.";
fDesc[5] = "format. Its easy-to-use interface allows you to create PDF files by simply selecting the \"print\" command from any application, creating documents which can be viewed on any computer with a PDF viewer.";
fDesc[6] = "modifying the host's OS. This software isolates navigation files and applications functions which it redirects into a system replica or \"sandbox\".";
fDesc[7] = "easy and friendly to do, just some clicks and the FTP server will be installed. The FileZilla’s GUI is very simple and all the information detailed is showed on the main screen.";
fDesc[8] = "developer's online store. SystemTweaker enables us to improve the speed, performance, and security of our computer by offering an easy to use interface, which gives access to the most requested windows appearance and system configurations,";
fDesc[9] = "files that you want to get rid of. It is common knowledge that any file that you delete from your computer could possibly be recovered using a great array of applications. So, when you delete a file, you actually want it deleted for good.";
fDesc[10] = "will be provided of multiple interesting and usefull functions to secure your PDF files: Encryption, Decryption, Sign, Co-Sign and Verify.";
fDesc[11] = "and data with automatic scans, updates, prevent unauthorized changes, and outbreak alerts. Staying up-to-date will help you stay away from latest malware: viruses, worms, Trojan programs, and spyware.";
fDesc[12] = "convert PDF files. Printing support with all the professional features and in-built PDF splitter makes Adolix PDF Converter PRO a complete solution for your PDF-related problems. Adolix PDF Converter PRO offers 128 bit encryption and password protection for your PDF files.";
fDesc[13] = "address. A MAC address is a set of numbers and letters. Ideally, a MAC address should be unique to a single device. In other words, your computer's network card and your router should not have the same address.";
fDesc[14] = "scripting, Google hacking & other web attacks. WVS can analyze websites using SOAP & AJAX and includes PCI Compliance reporting";
fDesc[15] = "possible vulnerabilities, checking network for all potential methods that a hacker might use to attack it and create a report of potential problems that were found.";
fDesc[16] = "scanning all in one. Anti-virus provides protection against virus threats and adware that may harm your PC and data while you are browsing the internet. ZoneAlarm Anti-virus offers very flexible virus scanning for your computer.";
fDesc[17] = "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[18] = "adware, malware, attacks from the Internet, from the e-mail or external devices, such as removable USB sticks, etc. We can control the applications connecting to the internet, remote laptops connecting to our network; prevent hackers’ intrusion, etc.";
fDesc[19] = "the asterisks. This could be a great tool but has three weak points. First, it's neither practical nor intuitive. Second, it has some bugs under Windows Vista. Third, it supports only Microsoft Internet Explorer.";
fDesc[20] = "vulnerability exposed in Microsoft Security Bulletin MS08-058, which said that roughly as follows: Resolves reported vulnerabilities in displaying information. These vulnerabilities could allow to display information or remote code execution if a user views a special part of a Web page using IE.";
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 = '...';
}
}