var fDesc=new Array();
fDesc[1] = "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[2] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders.";
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] = "This self-explanatory lightweight tool protects you against unwanted programs self-installing in your computer through your network connection. It also warns you about malicious viruses and other attacks from the Internet, as well as about programs trying to send out information about your system.";
fDesc[5] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on.";
fDesc[6] = "PC and preserving your privacy. The application completely deletes private data such as cookies, applications history, temporary files, autocomplete forms and passwords, swap files, among others.";
fDesc[7] = "Microsoft Internet Explorer, but with many more options to make our navigation faster, safer, and enjoyable. It has a built-in calculator, ad filter, mouse gesture, Fill Form and direct access to external tools such as Paint; Add/Remove programs, Control Panel, wmplayer and so on.";
fDesc[8] = "Online Privacy Overview Anonymous Browsing Invisible Browsing will mask or hide or spoof your IP address preventing the banner ad campaigns and e-commerce applications from logging your internet address without your permission. Secure Browsing Invisible Browsing will also protect you by blocking ActiveX controls which can harbor malicious code such as viruses and invasive code such as JavaScript.";
fDesc[9] = "aggressive pop-up blocker.";
fDesc[10] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[11] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[12] = "history of the IE. Deletion of the url-list of the IE. Cookies will be deleted completly. Ad-Blocker. Anonymous Email.";
fDesc[13] = "will kill them even before they appear on the screen.";
fDesc[14] = "the Net with Internet Explorer.With this program, users will have full control over banner and pop-up ads. It gives the user the freedom for creating Web-zone management to control the access to the Internet and also scheduling accessing time.";
fDesc[15] = ", pop-unders, spyware ads, messenger ads, and more! Blocks and removes spyware/adware applications. Automatic updates keep the product up to date!";
fDesc[16] = "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[17] = "into Internet Explorer, and works in the background... increasing your productivity, and easing your frustration.";
fDesc[18] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[19] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds.";
fDesc[20] = "info' popups and links you click on. Popup Blocker can sound a chime when it blocks a popup, so that you know what is going on.";
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 = '...';
}
}