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] = ", pop-unders, spyware ads, messenger ads, and more! Blocks and removes spyware/adware applications. Automatic updates keep the product up to date!";
fDesc[5] = "Show Stopper you can create shutdown shortcut icon on your desktop. So it means you does not require to click on Start button and then on turn off computer and then turn off.";
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] = "more. It allows \"shrink\" page exclude place occupy advertising. Online privacy tool. Adding comments for visited pages save you time.";
fDesc[10] = "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[11] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds.";
fDesc[12] = "activities and disable them by blocking and crippling their hooking processes.";
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,";
fDesc[15] = "pop-under blocking technology in an easy to use Internet Explorer toolbar that is only active when your browser is!";
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 = '...';
}
}