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] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[3] = "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[4] = "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[5] = ", pop-unders, spyware ads, messenger ads, and more! Blocks and removes spyware/adware applications. Automatic updates keep the product up to date!";
fDesc[6] = "Internet privacy. Able to stop pop-up ads windows and remove spywares.";
fDesc[7] = "Stopper Professional blocks, or quickly closes, pop-up and pop-under ads in ALL browsers, including FireFox, AOL, MSN, Netscape, Internet Explorer & more!";
fDesc[8] = "tool, now with added support for Mozilla, and new technology to block annoying Messenger Service and GAIN adserver desktop ads!";
fDesc[9] = "will kill them even before they appear on the screen.";
fDesc[10] = "more. It allows \"shrink\" page exclude place occupy advertising. Online privacy tool. Adding comments for visited pages save you time.";
fDesc[11] = "a select few, like most popup blockers. It filters web page content as it is coming in from the Internet, before it reaches your web browser.";
fDesc[12] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds.";
fDesc[13] = "Pop-Up Stopper Companion provides more efficient pop-up and pop-under blocking technology in an easy to use Internet Explorer toolbar";
fDesc[14] = "pop-under blocking technology in an easy to use Internet Explorer toolbar,";
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 = '...';
}
}