var fDesc=new Array();
fDesc[1] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing.";
fDesc[2] = "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[3] = "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[4] = "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] = "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[6] = "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[7] = "interface, a faster engine and new reporting features to keep your system running at top performance.";
fDesc[8] = "drive so we get a better performance. If we notice that our computer goes very slowly and we do not have an excess of programs or application, we may need to defragment the files in our hard drive and that is precisely what this program is aimed for.";
fDesc[9] = ", boot management, data and system security, simple recovery. Convenient and clear interface, smart wizards. Now supports Vista!";
fDesc[10] = "files from your disk, the system will occupy and free clusters in your hard disk. This free space will be used by new files, filling the spaces scattered in your disc, splitting the files in multiple blocks.";
fDesc[11] = "contigous blocks / allocation units. This can slow down the system severely and cause the hard disk to work more if the fragmentation levels are high. Diskeeper can automatically defragment the hard disk. You can specify the Disk priority and CPU priority.";
fDesc[12] = "Advance Vista Optimizer is basically a set of tools which will facilitate user to keep his system always clean and updated as a brand new system. Talking about some of the features, the tool includes various sub-tools for optimizing the operation of your system.";
fDesc[13] = "Programs take a long time to open. Games stall while loading. Are you also under the impression that your PC's performance is getting worse?";
fDesc[14] = "directories. Regular defragmentation increases the overall performance of your system dramatically.";
fDesc[15] = "unwanted programs, removes invalid links, protects your internet privacy and safeguards your vital data.";
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 = '...';
}
}