var fDesc=new Array();
fDesc[1] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders.";
fDesc[2] = "that of Internet Explorer, Smart Brow has its own features, such as the \"quick note\" panel for us to copy and paste (or write) anything we like; and a nice user interface, whose appearance (skin and/or color) can be easily changed.";
fDesc[3] = "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[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] = "architecture. It has high degree of performance among all other browsers. Some of its best features include memory enhancer; freedom from popup, spyware, or adware as it has an in-built popup killer.";
fDesc[6] = "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] = "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[12] = "any website. Such pop-up windows usually have advertising content and are really annoying. If you are sick of them you might find Advanced Popup Killer very useful. This small application was developed for blocking unwanted pop-up windows.";
fDesc[13] = ", and no wasted bandwidth waiting for ads to download.";
fDesc[14] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds.";
fDesc[15] = "pop-up windows and enhance your Web surf experience. Kill unexpected pop-up windows and protect your privacy.";
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 = '...';
}
}