var fDesc=new Array();
fDesc[1] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN.";
fDesc[2] = "several IT and networks specialists by more than 5 years. I remember that back in the day, this application was the only application of its kind. What this application does is let you manage your workstations from a single application.";
fDesc[3] = "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[4] = "that rely on the virus and malware protection. The Suite offers complete security and peace of mind.";
fDesc[5] = "protection. This incredible program combines nine powerful tools to protect your privacy. With Steganos Safe you can protect your sensitive Data by creating as many encrypted hard drives as you like.";
fDesc[6] = "proactive protection against virus, malware, adware, intruders attack, spam, Trojans, spyware and other malicious applications that run without our authorization, and can cause computer crash, and serious security and privacy problems.";
fDesc[7] = "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[8] = "applications: Lavasoft Digital Lock and Lavasoft File Shredder. The first one allows you to encrypt files on your computer to send them or just to encrypt your hard drive contents.";
fDesc[9] = "detect and wipe out all kind of threats like trojans, spyware, adware or piracy tools. You can try PestPatrol with a trial licence key for one year.";
fDesc[10] = "with ease. An included text editor allows you to create and encrypt secure documents that can be sent by any e-mail or messenger program";
fDesc[11] = "Complement antivirus software. Descriptions for 70 000 startup programs and services, alerts on new startups. Security analysis";
fDesc[12] = "PC performance. Protect your privacy and data with Ultimate Security Suite and effortlessly shield your PC from a single location.";
fDesc[13] = ", Internet Privacy, Anonymous Surfing, Anti Spam, Password Manager, AntiPhishing and Personal Firewall.";
fDesc[14] = "movie clips, MP3 files and other private digital information you have on your computer. Invest in SafeIT Desktop Security 2005 to avoid your confidential and valuable information getting into the wrong hands. Make it a habit to both encrypt and shred files in your daily use.";
fDesc[15] = "threats that can jeopardize your privacy, your data, and your PC's performance";
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 = '...';
}
}