var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[3] = "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[4] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[5] = "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[6] = "Microsoft Internet Explorer, but with many more options to make our navigation faster, safer, and enjoyable. It has a built-in calculator, ad filter, mouse gesture, Fill Form and direct access to external tools such as Paint; Add/Remove programs, Control Panel, wmplayer and so on.";
fDesc[7] = "RapidShare, as you appear as another user. It also keeps records of how many time has a proxy to wait till download, tor using it later.";
fDesc[8] = "ISP. Supposedly, by caching images and filtering advertisements, your connection is freeing itself from the strain overloading them. MyProxy will manage all the requests that your computer makes to the outside of your home network.";
fDesc[10] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected.";
fDesc[11] = "for only ?19.95.";
fDesc[12] = "excellent features.";
fDesc[13] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application.";
fDesc[14] = "websites of a kind, such as Pornography/Nudity, Violence, Online Orders, Criminal Activities, Drugs, Weapons, Social Networking, and many more.";
fDesc[15] = "saved into \"packages\" and restored by one mouse click on your demand or after internet connection failures.";
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 = '...';
}
}