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[2] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom.";
fDesc[3] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[4] = "or going out. Every time a data packet is transfered the Firewall detects it and alert the user to block or allow that traffic, for intruders detections. The user can allow specific applications to \"trade\" with networks and they will never be blocked.";
fDesc[5] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[6] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[7] = "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[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[9] = "different tools for choosing and comparing colors.";
fDesc[10] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected.";
fDesc[11] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately.";
fDesc[12] = "option of web browsers, which is implemented by using Java scripts compliant with W3C standards. The program provides us an option of applying password protection to allow only authorized viewers to visit the website.";
fDesc[13] = "excellent features.";
fDesc[14] = "click. Hint window for visited pages contains comments, screenshots and more. Web pages translating and voicing";
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 = '...';
}
}