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] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace.";
fDesc[3] = "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[4] = "of the HP Deskjet Series printers. The most common issues with printers like device identification, device communication, spooler configuration, port configurations can be resolved with this utility.";
fDesc[5] = "of: a laptop supporting a wireless card of 802.11 b/g standard along with the Windows XP and Windows Vista - you can check the online status and location of friends and also find available hotspots anywhere around the world.";
fDesc[6] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats.";
fDesc[7] = "Analyze avi files and discover which codecs are needed and get a lot of info about the file. Easy to use interface.";
fDesc[8] = "that you cannot download and run SafeSurf separately from the COMODO Internet Security suite. In order to install this tool you have to download Internet Security and, during the installation, the wizard will ask you whether you’d like it or not to install SafeSurf.";
fDesc[9] = "author´s web page on www.windowsstartup.com for information on more than 4900 programs that can be run at your Windows startup process, whether a program is necessary to the system, or the program is a spyware.";
fDesc[10] = "able to keep your drivers up-to-date on all your Computers. Using PC Pitstop Driver Alert 1.0 you can scan your system, identify the drivers installed and obtain a report with the changes you need to perform to keep your system running al peak performance.";
fDesc[11] = "reliable. You can use CheckDrive for XP and Vista.";
fDesc[12] = "to load when Windows starts. You can also choose the kind of sound and visual alert that it will play when blocking a pop-up.";
fDesc[13] = "includes Internet trojan horse programs, spyware, keyloggers, rootkits, pseudorootkits, hijackers, adware, annoyware, email relays, spam proxies, spam relays, scam downloads and email/spam robots.";
fDesc[14] = "your registry for entries that could cause problems in your system, like COM/ActiveX, uninstall or font entries, shared DLLs, application paths, Help Files, startup items, program shortcuts, empty registry keys, file associations, program shortcuts or file/path references.";
fDesc[15] = "Center. XPlay even makes Mac iPods work with Windows, and perhaps more impressively, with iTunes for Windows. Oriented to iPods users who use a Windows-based PC.";
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 = '...';
}
}