var fDesc=new Array();
fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[2] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[3] = "Windows API for timing by directly using the RDTSC (Read Time Stamp Counter) instruction. Applications that rely on RDTSC do not benefit from the logic in the operating system to properly account for the affect of...";
fDesc[4] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces";
fDesc[5] = "your windows registry. After this your computer will have more speed and a better performance, just as a brand new equip.";
fDesc[6] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[7] = "optimize an image with a single click, and you can eliminate that annoying red-eye effect just as easily. Colour correction settings are simple and clear, and it also includes some basic effects you can add to enhance your images.";
fDesc[8] = "Vista Services Optimizer is a freeware tool, which weighs 2.68 megabytes, and you can download from their website. To use it is necessary to provide the framework. NET 3.";
fDesc[9] = "tweak and optimize Windows XP very easily. The interface of this application is very intiutive and very little user intervention is required. The optimization is done is within seconds. It increases the overall performance of your Windows XP system.";
fDesc[10] = "operations like junk file cleaning, registry and disk defragmenting, etc. Also, it can set some of the registry settings to speed up the operating system and file system. It is one of the best in this kind of software.";
fDesc[11] = "surprise you with its unique capability to directly integrate with all your Windows components. This application offers you the simplest interface to optimize your digital images.";
fDesc[12] = "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[13] = "without losing quality. The program features a very simple and intuitive user interface allowing you to completely customize the compression options to satisfy your needs.";
fDesc[14] = "the same as any regular PHP files. The extension also optimizes your regular php scripts and make them run up to 10 times faster and the encoded PHP files to almost double the speed. Zend Optimizer has a cross-platform compatibility and supports both php4 and php5.";
fDesc[15] = "monitors your memory system in the background and frees up memory whenever needed to increase the performance of your computer. The installation process is very easy to perform. Memory Optimizer runs on Windows 2000/XP/Vista platforms.";
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 = '...';
}
}