var fDesc=new Array();
fDesc[1] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[2] = "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[3] = "Security... that won?t slow you down!";
fDesc[4] = "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[5] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity.";
fDesc[6] = "developer's website and evaluate for free for a 30-days period. The program is very easy to install and anybody can do it, but during installation we have to restart Windows twice, firstly, after uninstalling any other antivirus program and to activate the program itself.";
fDesc[7] = "are given Firewall protection, Anti-Spyware, Email scanning and real-time scanning tools to help you in keeping your computer safer than ever.";
fDesc[8] = ", firewall and parental control. Trend Micro Internet Security Pro enables you to browse the web safely and also keeps your identity and private data safe.";
fDesc[9] = "software we can buy and/or evaluate for free for a 30-day period. The program provides protection against virus and spyware, this protection can be selected to high, normal, off, custom, or performance-optimized levels. It also offers real-time scanning, scheduled scanning, e-mail scanning,etc.";
fDesc[10] = "Internet. Its interface is web-based, very colorful and understandable. You can see the event list (program operation) and the Internet activity, apply time restrictions, use URL wildcards, grant full access for a few minutes, and a lot more.";
fDesc[11] = "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[12] = "get to know what our children are searching for on the Net, view their send/received e-mail/instant messages, chat, etc. We can view the reports on Web activity, instant message activity, social networking profiles, and instant message alerts.";
fDesc[13] = "restrict the contents they watch, as well as the time they spend online. Also, you can set up the programs you don't want them to activate, preventing them from sending your personal or business information to unauthorized people.";
fDesc[14] = "set access rights to software, hide folder content, schedule time limits and much more. Get control of your computer!";
fDesc[15] = "spend a lot time playing the computer games or searching the Internet and visiting adult sites. This application will give all information about usage of your computer in the form of activity logs and screenshots.";
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 = '...';
}
}