var fDesc=new Array();
fDesc[1] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[2] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[3] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster.";
fDesc[4] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface.";
fDesc[5] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[6] = "automatically optimize your Windows registry settings wich will boost your Internet connection up to 200%.";
fDesc[7] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!";
fDesc[8] = "resides in system tray and continuously boosts your system by removing unused files from the RAM. And so make space for new files. It also gives you the manual memory optimization option so you can control the free physical memory.";
fDesc[9] = "techniques to make sure you spend less time waiting and more time browsing.";
fDesc[10] = "performance out of your modem!";
fDesc[11] = "Window Power Tool is the No. 1 System Optimizer for Windows 95/98/Me/NT4/2000/2003 /XP. It not only increases Internet Speed but also make Windows Run faster and Smoother. It gives more RAM, frees up wasted memory,cleans disk space and boosts Performance.";
fDesc[12] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory.";
fDesc[13] = "do on the Internet better and more improved in a dramatic way. It will boost your Internet's speed for downloading and browsing also it will optimize different Internet related system settings.";
fDesc[14] = "- A free utility to keep your system healthy and responsive. This program is a package of 3 utilities, a network pinger,and Ultra Net Booster.";
fDesc[15] = "hardware by up to 300%. Optimization for Dial-up Modem, LAN, Cable Modem/DSL, ISDN is supported";
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 = '...';
}
}