var fDesc=new Array();
fDesc[1] = "we are satisfied we can purchase it online and see if there is any offer available at the developer’s website. RegistryBooster has been designed to optimize our computer by scanning the registry files, and repairing and removing all the unnecessary ones.";
fDesc[2] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[3] = ", 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[4] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze.";
fDesc[5] = "resides in system tray and continuously boosts your system by removing unused files from the RAM. And so make space for new files. It also gives you the manual memory optimization option so you can control the free physical memory.";
fDesc[6] = "techniques to make sure you spend less time waiting and more time browsing.";
fDesc[7] = "this an important key to run faster programs and processes on your PC. With Mz Ram Booster you will be able to experiment with your RAM memory as an advanced user even if you are a beginner.";
fDesc[8] = "or XP system by using many tools which optimize key areas of Windows operation.";
fDesc[9] = "future for a defragmentation utility. It defrags your hard disk with Puran Intelligent Optimizer, PIOZR in short to boost your system speed.";
fDesc[10] = "Window Power Tool is the No. 1 System Optimizer for Windows 95/98/Me/NT4/2000/2003 /XP. It not only increases Internet Speed but also make Windows Run faster and Smoother. It gives more RAM, frees up wasted memory,cleans disk space and boosts Performance.";
fDesc[11] = "your computer and they call it Speed-It-Up Extreme. It can speed up your computer up to 300% faster then its current speed depending on your computer’s current hardware and windows setting. It actually configures your window in such manner that your applications will open faster.";
fDesc[12] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory.";
fDesc[13] = "do on the Internet better and more improved in a dramatic way. It will boost your Internet's speed for downloading and browsing also it will optimize different Internet related system settings.";
fDesc[14] = "unique easy to use graphical user interface (GUI). More than 250 useful settings in 10 panels.";
fDesc[15] = "desired program. It is easier to use than the Control Panel's \"Add/Remove\", and allows to uninstall several applications at a time.";
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 = '...';
}
}