var fDesc=new Array();
fDesc[1] = "the disk, in search of file fragmentation. When there are available system resources, the program defragments it. With a modern interface, you can access to all of the information relative to the data storing without having to be an expert.";
fDesc[2] = "implementation. You only have to drag and drop the file into the indicated area and the program will list you the name of the process and the md5 string, then you only have to compare it with the public value provided by the developers.";
fDesc[5] = "and the operating system warns you that it can’t be deleted. With an extremely simple to use interface, you only have to drag and drop the file into the indicated area and the program will list you all the processes that are using the file.";
fDesc[8] = "background and does not interrupt or disturb the work of users. You will have the maximum performance everytime, not only just after the defragmentation. mst Defrag is the only solution to eliminate performance bottlenecks and stability problems directly at their beginning. You buy with the Home Edition the legitimacy to use the software on a solely private used computer.";
fDesc[9] = "RealDelete is simple: no need to do things by hand. Just define a partition mst RealDelete will be active on, from then all deleted files will be definitely erased by wiping - completely transparent. mst RealDelete integrates with the operating system, it can be used on server systems accessed from corporate networks.";
fDesc[11] = "run for years without human intervention, administrators tend to forget critical passwords. Previously, in such a case, the only solution has been a new installation of the server systems - a rather complicated and costly measure. But now, a significantly better remedy is available - mst Password. Given a physical access, mst Password enables its user to change passwords of arbitrary accounts on a domain controller. This includes domain administrators, too! Ready? Save your installation and your network!";
fDesc[15] = "background and does not interrupt or disturb the work of users. You will have the maximum performance everytime, not only just after the defragmentation. mst Defrag is the only solution to eliminate performance bottlenecks and stability problems directly at their beginning.";
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 = '...';
}
}