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] = "and improve your Internet browsing. Compiled with multiple features IE7pro makes your Internet browser even friendly, secured, functional and customizable.";
fDesc[3] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free.";
fDesc[4] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[5] = "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[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] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[8] = "scans, detects, and removes malicious files, while maintaining an exceptional level of personal privacy and security.";
fDesc[9] = "history of the IE. Deletion of the url-list of the IE. Cookies will be deleted completly. Ad-Blocker. Anonymous Email.";
fDesc[10] = "P2P client integration. When getting started you have the option as storing Deepnet Explorer (DE) as your default browser. It has the same basic features as other browsers but offers some extras like the control panel that allows quick access to the web, the news, or P2P.";
fDesc[11] = "weather forecasts, explore foreign countries, zoom and rotate the globe. Watch planet Earth the way only astronauts do!";
fDesc[12] = "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[13] = "of flames and burning wood! You can now have the warmth, ambiance and romance of a fireplace - wherever and whenever you want.";
fDesc[14] = "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[15] = "not block all the publicity. For a life without digital advertising, opting for IE AdBlock, is an extension simple and compatible with IE7, in addition to eliminating totally free advertising on our Internet surfing by allowing you to visit Web sites without any hassle.";
fDesc[16] = "etc before they even get a chance to install themselves.";
fDesc[17] = "list, Pop-ups Block list with keywords, Limit windows opened.";
fDesc[19] = "server so you never see it in your regular inbox. Spam Blocker automatically Removes Attached Viruses and more.";
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 = '...';
}
}