var fDesc=new Array();
fDesc[1] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation.";
fDesc[2] = "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[3] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on.";
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] = "tool, now with added support for Mozilla, and new technology to block annoying Messenger Service and GAIN adserver desktop ads!";
fDesc[7] = "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[8] = "will kill them even before they appear on the screen.";
fDesc[9] = "up ads, hide sites that you are visiting from prying eyes and remove spy proxy ad-ware that auto-sits on your PC while you surf.";
fDesc[11] = "more. It allows \"shrink\" page exclude place occupy advertising. Online privacy tool. Adding comments for visited pages save you time.";
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] = "The program works with Microsoft Internet Explorer. Trial period: 5 days. Buy it for only $9.95.";
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 = '...';
}
}