var fDesc=new Array();
fDesc[1] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus.";
fDesc[2] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[3] = "non-commercial use only.";
fDesc[4] = "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[5] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!";
fDesc[6] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want.";
fDesc[7] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products.";
fDesc[8] = "viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[9] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[10] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[11] = "Security... that won?t slow you down!";
fDesc[12] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[13] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers.";
fDesc[14] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads.";
fDesc[15] = "Anti-spam, Firewall protection and online threats protection using the all new DNA scan feature. You can use the schedule scan and native boot scan to heal viruses that works in your system shell.";
fDesc[16] = "everything that you need to keep your PC running like new, without any problems or crashes. A real time virus scanner keeps an eye on the processes running in your system and online. Most of the problems and viruses are stopped before they infect your PC.";
fDesc[17] = "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[18] = "that rely on the virus and malware protection. The Suite offers complete security and peace of mind.";
fDesc[19] = "browser, or you can search files directly through the client. It´s highly recommended to start your downloads from well known sites, to avoid fakes. Since anyone can upload files in a P2P network, some people likes to pretend that a file is something that is really not.";
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 = '...';
}
}