var fDesc=new Array();
fDesc[1] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[2] = "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[3] = "search anything on the Internet, using any Internet Engine. This application has got a lot of benefits, such as navigation, popup blocking, search options, shopping options and more.";
fDesc[4] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on.";
fDesc[5] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected.";
fDesc[6] = ", spybots, malware and tracking threats from your PC. Provides real time protection.";
fDesc[7] = "beyond competitive products that tweak Windows settings to provide a speed boost.";
fDesc[8] = "click. Hint window for visited pages contains comments, screenshots and more. Web pages translating and voicing";
fDesc[9] = "undesired web sites to keep your privacy and reduce internet traffic. Fully compatible with all popular web browsers. Enjoy!";
fDesc[10] = "the child browses through in the Internet Explorer. If some obscene content will be found, program block such pages.";
fDesc[12] = "webmail from work even when its blocked. Lets you help friends surf from behind iron firewalls.";
fDesc[13] = "such as browser cookies, history and temporary files.";
fDesc[14] = "ability to reach speeds in excess of 2 million emails per hour. The search is fully automated and you can add any amount of keywords.";
fDesc[15] = "load automatically on start-up, navigate to the login pages and then fill in your usernames and passwords.";
fDesc[16] = "allow you to control the content of sites you visit and ensure confidential Web surfing. Just surf safely!";
fDesc[17] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application.";
fDesc[18] = "highlighting. It combines the functionality of a multi-window browser, an advanced bookmarker, picture saver, popup and ad stopper";
fDesc[19] = "Spyware from ever being installed in the first place?";
fDesc[20] = "Pop-Up Stopper Companion provides more efficient pop-up and 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 = '...';
}
}