var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[3] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user´s mailbox";
fDesc[4] = "document library located on a SharePoint Web site causing excess network traffic. Also fixes data loss when working on a notebook located on a server. OneNote can Crash when working for about 5 minutes working on a \"Read-Only\" notebook. After installing this update the computer must be restarted";
fDesc[5] = "(Setup) problems. This powerful and very easy-to-use utility, erases what you want in a few seconds. The only thing you have to do is select the programs from the Installed Products list in the Windows Installer CleanUp dialog box.";
fDesc[6] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback.";
fDesc[7] = "your windows registry. After this your computer will have more speed and a better performance, just as a brand new equip.";
fDesc[8] = "engine is fast,thorough and safe. With a few easy steps, you are able to find problems caused by invalid entries, references and links in the Windows registry and provides a list of the errors found, you can then choose to selectively repair each item or automatically repair them all.";
fDesc[9] = "and scan your directories and files in search for problems that could render your Lightscribe software non-functional. The application doesn't actually do anything to solve problems, but it directs you in the right direction.";
fDesc[10] = "problems with the Windows Registry. These problems slow down your computer significantly, because Windows needs more time to load, search, and read data from the Registry. But fortunately, SLOW-PCfighter is a very useful tool that is able to solve this problem easily, after just a couple of clicks.";
fDesc[11] = "every changes made are fully restorable to it's original condition. You can even make an exclusion list of registry entries that RegScrubXP will not consider as being a problem.";
fDesc[12] = "that can help you to keep your PC running like new. An anti-virus, E-mail scanner, cleanup tool, defragmentation tool, backup tool, registry fixer, registry editor and system explorer, all these will provide you with a solution for any problem caused in any area of your PC.";
fDesc[13] = "with the Internet connection on your computer. This program might be interesting for simple home users who don’t have advanced knowledge of computer system. This application can help such users solve many problems without resorting to the help of professionals.";
fDesc[14] = "fix the found problems. Should you press the \"Repair All\" button, the program will inform you that the trial version can´t fix anything, and will offer you to register the program in order to get rid of all the problems that the application found.";
fDesc[15] = "performance, sudden reboots and things like that. Accumulation of useless install files and temporary files are reasons of these problems. Boost Windows is a small application that was developed for preventing such problems and optimizing Windows.";
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 = '...';
}
}