var fDesc=new Array();
fDesc[1] = "Microsoft Windows application.This progarm is FREEWARE which means that it is FREE for personal and commercial use. It does not contain any advertising or popups.";
fDesc[2] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on.";
fDesc[3] = "freeware, it boasts a memory enhancer, and it restricts advertisements, popups and spyware. Features that users can look forward to are the automatic popup restrictor. That means no popups, adware or spyware.";
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] = "Stopper Professional blocks, or quickly closes, pop-up and pop-under ads in ALL browsers, including FireFox, AOL, MSN, Netscape, Internet Explorer & more!";
fDesc[6] = "\"Are you sure you want to exit??\". The most common ad-popups are already included with the program";
fDesc[7] = "tool, now with added support for Mozilla, and new technology to block annoying Messenger Service and GAIN adserver desktop ads!";
fDesc[8] = "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[9] = "ads without any knowledge of DHTML/Javascript. Increase your site's conversion rates unobtrusively.";
fDesc[10] = "search in Google, Yahoo. IECount is a set of useful ie tips and tricks to surf more pleasure!";
fDesc[11] = "windows and hover ads without any knowledge of DHTML/Javascript. Increase your site's conversion rates unobtrusively.";
fDesc[12] = "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.";
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] = "chance to appear.";
fDesc[15] = ", Links Bar, Scroll Bars and Status Bar. Unlimited use. No additional costs.";
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 = '...';
}
}