var fDesc=new Array();
fDesc[1] = "time. Using this program you will be able to recover the initial speed of youe disk units. In fact, it is much faster than many of its competitors, even it allows you to keep using your PC during the defragmentation process.";
fDesc[2] = "for any avid windows user. This utility can act as the effective replacement for the windows disk defragmenter any day. It is capable of defragmenting files, folders, drives and free space. The defragmenting mechanism used is efficient and faster than the windows defragmenter.";
fDesc[3] = "performance. Defrag, clean, repair, optimizes and check status on hard disc drives or any media connected to your system (fix or removable - memory cards, memory sticks). Rearrange all the data files to adequate them for best performance and for least used space on your hard discs";
fDesc[5] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars";
fDesc[6] = "application physically defragments the Windows registry file to give it the proper linear structure.";
fDesc[7] = "While installing, we can choose to install any or all of the following components: script interpreter, standard scripts, example scripts, user's manual, and screensaver. We can also set this program to perform daily automatic optimizations.";
fDesc[8] = "defraging the drives and consolidating the disk free space. The application defrags the units in different ways: Automatically and Manually (user turns on/off the process).";
fDesc[9] = "interface, a faster engine and new reporting features to keep your system running at top performance.";
fDesc[10] = "side, so your hard disk won´t have to track them down. This is accomplished reading every part of a file, writing them in a temporary place, and the rewriting them in its permanent location.";
fDesc[11] = "is able to provide the best possible disk performance and effectiveness, providing the user with faster boot times and fast access to files through the entire system.";
fDesc[12] = "drives doing a CHKDSK before to start the defragmentation. SpeeDefrag 5.2 Freeware version has no GUI (Graphic User Interface) to keep tracking on the progress of the process. A command prompt shows the begin of the defragmentation and a warning that the defragment is in process.";
fDesc[13] = "your hard disks. I want to introduce you a simple yet powerful application that will let you defrag your files and folders on all your disks in a quick way with just a couple of clicks.";
fDesc[14] = "future for a defragmentation utility. It defrags your hard disk with Puran Intelligent Optimizer, PIOZR in short to boost your system speed.";
fDesc[15] = "Since PC Pitstop has been in use for some time, it has built up a repertoire of PC problematics and put together a bundle of functions and features that should be of best use.";
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 = '...';
}
}