var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[2] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[3] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom.";
fDesc[4] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[5] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[6] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[7] = "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[8] = "search anything on the Internet, using any Internet Engine. This application has got a lot of benefits, such as navigation, popup blocking, search options, shopping options and more.";
fDesc[9] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on.";
fDesc[10] = ", pop-unders, spyware ads, messenger ads, and more! Blocks and removes spyware/adware applications. Automatic updates keep the product up to date!";
fDesc[11] = "aggressive pop-up blocker.";
fDesc[12] = "may appear mere advertisements, but on some occasions they are adware - anyways, they are annoying and steal a user’s bandwidth, or even lock the browser. So this lite program will ensure the user against this, and best of all it runs quietly in the system tray.";
fDesc[13] = "not block all the publicity. For a life without digital advertising, opting for IE AdBlock, is an extension simple and compatible with IE7, in addition to eliminating totally free advertising on our Internet surfing by allowing you to visit Web sites without any hassle.";
fDesc[14] = "etc before they even get a chance to install themselves.";
fDesc[15] = "list, Pop-ups Block list with keywords, Limit windows opened.";
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 = '...';
}
}