var fDesc=new Array();
fDesc[1] = "Security... that won?t slow you down!";
fDesc[2] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system.";
fDesc[3] = "are always trying to gain access to your PC. This antivirus doesn’t care how the virus is going to attack your PC. It can scan your Emails, startup processes, running applications and shared system files for any suspicious behavior.";
fDesc[4] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free.";
fDesc[5] = ", phishing, adware, spyware, bots and drive-by downloads. Includes: AntiVirus, AntiAdware, AntiSpyware, AntiPhishing, AntiRootkit, EmailScanner, WebGuard.";
fDesc[6] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology.";
fDesc[7] = "provider´s mail server and your email client, that scans every incoming message, filtering out that ones meeting some built-in criteria (only images, too many addresses, words like viagra, cialis, etc.).";
fDesc[8] = ", tailored to meet the needs of computer users worldwide.";
fDesc[9] = ", tailored to meet the needs of home and corporate Internet users worldwide.";
fDesc[10] = "spam free. It actually works on the proprietary Passcode Authentication technology which authenticates the sender of all incoming mails and eliminates all spam mails.";
fDesc[11] = "completely functional instantly after being installed and can get automatically active on all the new messages.";
fDesc[12] = "unique algorithm that lets you connect to your mailbox, purge it free from spam and then download only valid messages.";
fDesc[13] = "E-Mail folder. Messages, which cannot be filtered without your assistance, are moved to a separate folder Quarantine.";
fDesc[14] = "accounts and inform you about incoming mails. AntiSpam is made using Assembly Language and the filtering engine is the fastest in the world. AntiSpam is compatibile with all Windows versions (Windows 9x,Windows NT,Windows 2K,Windows XP,Windows Vista";
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 = '...';
}
}