var fDesc=new Array();
fDesc[1] = "demand” software, so users must direct the application to look for threats. Norton Security Scan has an updating feature as well as the capability to detect and erase most known threats.";
fDesc[2] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[3] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week.";
fDesc[4] = "kind of tasks had to be done using DOS applications that required a great deal of know-how. Now, thanks to Partition Magic, users can create, delete, copy, merge, split, and format partitions and discs, and change their file systems.";
fDesc[5] = "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[6] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration.";
fDesc[7] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership.";
fDesc[9] = "and securely. Being compatible with multiple operating systems, it gives full support to heterogeneous host and remote devices.";
fDesc[10] = "offers Firewall, Virus and Spyware Scan, Email Scanning, Intrusion Prevention and Schedule scan. Norton 360 is a complete package of security which saves your computer from virus as well phishing protection warns you against fraudulent sites and enable you to browse the web more easily and safely.";
fDesc[11] = "some ways to steal marketshare from security giants like Symantec, Mcafee and others. Version 6 includes features from the developer antispyware, Spysweeper but it still not a complete security solution due to the missing firewall application.";
fDesc[12] = "not a Messenger itself, it´s just a separate program to change the colors, background, etc. of your already installed Messenger. You can install it using 7 different languages. You must close your Messenger in order to install this program.";
fDesc[13] = "AntiBot search for malware and adware in your PC without scanning process. Norton AntiBot runs in the background, so it never disturb your daily job.";
fDesc[14] = "your PC on the Internet and blocking suspicious connections.";
fDesc[15] = "download the trial demo available from the developer's website and evaluate it free of charge. Downloading, installing, and using are extremely easy and quick, even for the novice user. This program has been designed to help us to recovery lost and forgotten logging passwords from our ACT! 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 = '...';
}
}