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] = "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[3] = "network without the need of it being installed on these other computers. It generates a list of duplicate files found which by the way can be sorted, exported and acted upon. It even lets the user save the results of a search.";
fDesc[4] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[5] = "tool, now with added support for Mozilla, and new technology to block annoying Messenger Service and GAIN adserver desktop ads!";
fDesc[6] = "one easy to use package offering you cleaner browsing and peace of mind.";
fDesc[7] = "\"programs in\" frequently used addresses, e-mail text blocks, HTML codes, words, phrases and paragraphs. Then, the material can be easy inserted.";
fDesc[8] = ", IE Cache Cleaner, RecycleBin Cleaner, Automatic updates, Browse by Name, Search Assistant & Many More...";
fDesc[9] = "Pop-Up Stopper Companion provides more efficient pop-up and pop-under blocking technology in an easy to use Internet Explorer toolbar";
fDesc[10] = "components; sources of irritation that antivirus software does not deal with.";
fDesc[11] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[12] = "stop adware and spyware pop-ups, web popups, and block banners which will result in faster web browsing.";
fDesc[13] = "pop-under blocking technology in an easy to use Internet Explorer toolbar,";
fDesc[14] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts.";
fDesc[15] = "prevents new windows from automatically opening while you are browsing the internet.";
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 = '...';
}
}