var fDesc=new Array();
fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies.";
fDesc[2] = "protects your computer. The program provides free screensavers, browser skins and cursors, smileys, among many other things, and also protects your computer against spyware and other threats.";
fDesc[3] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards";
fDesc[4] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[5] = "virus, bots, tracking cookies, Spam, Spyware and hackers. PC Tools Internet Security offers Firewall as well that protects your important data by stopping hacker from gaining access to your computer.";
fDesc[6] = "malicious attempts such as iframe injection, then queries whether the site is a phishing site or not. Then the program reports the result to the user. If the site seems to be malicious, then SiteGuard prevents the user from getting into the site, and if not malicious, then it can be bypassed. The program is good for preventing malicious sites on the web, but there are two critical drawbacks. First, it can only be attached to a process of Internet Explorer, so users of other browsers such as Firefox or Chrome cannot be benefited. Second, the program is only given in Korean, but since there are alternatives given in English, global users don't have to get this. In fact, like many AhnLab programs, this program only targets Korean users.";
fDesc[7] = "scripting, Google hacking & other web attacks. WVS can analyze websites using SOAP & AJAX and includes PCI Compliance reporting";
fDesc[8] = "everyone registered here at ALTools, you spend less on training and support for your users, which means more time for you.";
fDesc[9] = "set access rights to software, hide folder content, schedule time limits and much more. Get control of your computer!";
fDesc[10] = "pocket PC's / Palm devices. The webcam can also be viewed on a standard pc.";
fDesc[11] = ", vacations etc. This is a handy tool with lots of built-in features which comes in handy. One can have a view of all the events in a daily, weekly and monthly basis, yearly overview is also supported.";
fDesc[12] = ", folders, disks, applications, Web resources, Control Panel modules, IE parameters, Desktop, Start menu and much more. Easy-to-use interface.";
fDesc[13] = "and variants, detects and removes spyware, supports plug-ins that add new security capabilities. Office Scan Client 8.0 constantly scans your disks, local memory, mail and web threats from browsing suspicious web sites.";
fDesc[14] = "the first thing that moves and start recording.";
fDesc[15] = "assessment tool. Incorporates 35,000 web attack signature database, crawls website and search for backup files.";
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 = '...';
}
}