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] = "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[4] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration.";
fDesc[5] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[6] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[7] = "even shortcut keys!!), offering as a bonus an interesting set of 'plugins' to perform specific tasks (like the 'Case Conversion'.";
fDesc[8] = "blocks spyware, viruses and worms; repairs and maintains the PC health; monitors new software installations and reverses the installation if you decide you don't want the software; cleans up unwanted cookies, cache, and temporary files that slow your computer's performance; among other features.";
fDesc[9] = "computer, there has been a sudden crash or it is going suspiciously slowly we can very easily download and set up this program to see what is wrong and get help from their experts.";
fDesc[10] = "the same day every single morning. Everything looks the same, feels the same, and works the same. There is no way you can change anything, and that, I guess, is a good thing.";
fDesc[11] = "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[12] = "recovery points. Useful for resetting a PC to a point when it was running correctly. All this and more with the easy-to-use Norton Save & Restore software.";
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] = "install Norton 360 or Norton Internet Security 2008 to use this Add-on. Norton Add-on 2.1 integrates the Norton Internet Security to give you complete independence to surf the web and keep your children away from adult sites and other mature items.";
fDesc[15] = "your PC on the Internet and blocking suspicious connections.";
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 = '...';
}
}