var fDesc=new Array();
fDesc[1] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk.";
fDesc[2] = "removable media is inserted, scanning for some kind of threats (like AutoRun viruses or such). Moreover you got a small set of utilities that can be helpful to use with your USB drive, like the \"Unlock USB drive on eject\" feature.";
fDesc[3] = "Networking Spybot - Search & Destroy, TrendMicro CWShredder, JavaCool Software SpywareBlaster, Ewido Micro Scanner or demos, like Eset NOD32 antivirus system, Webroot Spy Sweeper, PC tools Spyware doctor, McAfee VirusScan SuperDAT, SunBelt CounterSpy.";
fDesc[4] = "Privacy Protection. This will continuously protect your PC from viruses, spywares and hackers. With Guardian AntiVirus 2009 on your PC get the best protection at affordable price.";
fDesc[5] = "optimize our computer's overall performance and security. It features a user-friendly interface, which provides comprehensive information on our network traffic, CPU usage, and Memory usage, items on Windows startup, opened applications, running processes, services, and log report.";
fDesc[6] = "antikeyloggers, antispam and identity theft protection, and remote control monitoring, with several options to set for a personal use of the application. The AntiSpyware protection can be turned on/off manually, scan the system anytime, update the spyware database, etc.";
fDesc[7] = "won`t even notice it?s there. And it`s so easy to use that it won`t waste any of your valuable time.";
fDesc[8] = "market over six years now. Fully recommended by popular software libraries and with good reviews by the users. It has a great performance and extended protection for a better price than famous brands of antivirus.";
fDesc[9] = "everything that can be a potential threat to the system. While it’s not a run-time application like an antivirus that prevents threats from downloading, it has greater capabilities than antivirus software to identify potential risks already residing in the system memory.";
fDesc[10] = "this product are real-time shield, behavioural analysis, automatic and traditional antivirus scanner, real-time protection of sensitive files belonging to the system, protection for Messenger, ProcessWatch II advanced memory analysis tools and NetWatch advanced network analysis tools";
fDesc[11] = ", spyware and other Internet security threats. Our managed service includes access to our \"Security Center\" web portal.";
fDesc[12] = "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[13] = "helps you to run your PC without errors and internal system problems. It also offers a Windows tweak tool that can make shell changes to your system to avail you some useful facilities.";
fDesc[14] = ", tailored to meet the needs of computer users worldwide.";
fDesc[15] = "Features as easy to use and automatic updating make BitDefender Antivirus v10 an \"install and forget\" antivirus product.";
fDesc[16] = "for all types of viruses and its automatic, daily upgrades.";
fDesc[17] = "for Microsoft Windows that is easy to install on your computer and gives you the best protection you can get.";
fDesc[18] = "internet viruses, worms and Trojans, macro viruses and old executable viruses. It´s objectives are summarized in: Reability of healing viruses, fast scanning speed and a feature that everybody wants; does not disturb, because works in background.";
fDesc[19] = "blocker, scheduling & more. It?s easy to use; doesn?t slow down your PC and is free for life to the end user";
fDesc[20] = "bootable CD that brings you the ability to search, detect and clean virus threats in any computer running Windows.";
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 = '...';
}
}