var fDesc=new Array();
fDesc[1] = "itself to all the devices. According to the publisher, it is updated at least once a month. The application detects the installed hardware, displaying all the information. It analyses theCPU, RAM, Disks, drivers and graphic card, etc.";
fDesc[2] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[3] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage.";
fDesc[4] = "and from any directory or folder of the FTP web site. The application can perform searches by browsing local and FTP sites, even off line";
fDesc[5] = "the crucial task of managing the build process, in a compiler independent fashion in an operating system. It comprises of many simple configuration files, which collectively form the standard build files for normal working.";
fDesc[6] = "program protects your privacy by cleaning up the browser cache, history, cookies, typed URLs, autocomplete list and so on. It also obliterates the empty disk space, making it impossible to recover any piece of information from it.";
fDesc[7] = "washer will avoid system and application crashes, assigning memory dynamically to running processes and startup programs. If you are executing applications or macros that consume all of you system’s available memory, you might want to try this software.";
fDesc[8] = ", releasing RAM memory and compressing physical memory, making your computer run faster. You can monitor your system without interrupting it. You can see how much memory you have; specificy how much memory you want to free up, and the processes you want to clean up or compress.";
fDesc[9] = "History, cookies, temporary files, etc. without any possibility of future data recovery. Moreover, it helps you to protect your privacy by blocking the access to your private deleted data.";
fDesc[10] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!";
fDesc[11] = "quickly and conveniently.";
fDesc[12] = "get stored on your hard disk, creating a mirror image of your surfing experince. Browsers create cache files and store information on you...";
fDesc[13] = "duplicates, disk stats and graphics, shredder, registry cleaner, block spyware, 8 idioms.";
fDesc[14] = "OE; and loads of other tweaks for Internet Explorer and Outlook Express. Fully compatible with IE3.x, IE4.x, and IE5.";
fDesc[15] = "linking site. 3.Cache your web pages to IE cache. 4.Block AD windows(popup windows).";
fDesc[16] = "settings to squeeze maximum performance from your system.";
fDesc[17] = ", Windows 2000, and Windows XP.";
fDesc[19] = "tool for anyone who uses the Internet. Works with browsers as AOL, IE, MSN Explorer, Opera, Juno and Netscape.";
fDesc[20] = "delete the typed URLs, user names, passwords, etc.";
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 = '...';
}
}