var fDesc=new Array();
fDesc[1] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair.";
fDesc[2] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[3] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[4] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother.";
fDesc[5] = "provide a list of the registry errors found with detailed information. After that you can choose to clean list items with selection or automatically repair them all.";
fDesc[6] = "features offered by this software are great due to high performance engines that ensure a clean-up of all non-compatible files in a go!. A backup registry also can be generated to ensure maximum security and performance for your PC.";
fDesc[7] = "tool will take you to the Windows XP and Vista back stages. And that’s not all, also you will be able to give some orders and make some changes in a really safe way.";
fDesc[8] = "Windows registry involves many, many files to work with; each one has its own purpose to make Windows program runs. The Registry File is the brain into this file it will register all the software you have in your PC with all the required parameters to run under Windows platform.";
fDesc[9] = ", tunes-up system settings, accelerates internet connection, improves cpu usage, manages security";
fDesc[10] = "registry entries caused by software installations andun-installations that went awry";
fDesc[11] = ", History Cleaner, and Startup Cleaner";
fDesc[12] = "uninstalls software no longer wanted.";
fDesc[13] = "other. With a clean and simple interface it helps you to gain maximum performance from your Windows Vista.";
fDesc[14] = "that cause system slowdowns,freezing and crashing.RegistryEasy repairs registry problems to make your computer run like new again!";
fDesc[15] = "most comfortable for you. RegCure is the PC repair tool preferred by PC users. Effective registry cleaner.";
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 = '...';
}
}