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] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[3] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[4] = "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[5] = ", 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[6] = "memory to speed up your computer. It speeds up your PC and improves application responsiveness by using flash memory and free RAM as an extra layer of performance-boosting cache for your PC. Use up to four inexpensive flash devices to speed up your system.";
fDesc[7] = "steps - you can soon say Goodbye to frequent windows freezes and restarts and Hello to faster boot ups and more productivity with a faster accelerated system.";
fDesc[8] = "interface, a faster engine and new reporting features to keep your system running at top performance.";
fDesc[9] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results.";
fDesc[10] = "of your PC in just five steps. Magic Speed is a PC cleaning wizard, which can helps you to take advantage of your hard drive space, and your overall computer's potential.";
fDesc[11] = "2000, and Windows XP.";
fDesc[12] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[13] = "three programs. Speed Booster has the two modes: the wizard mode and the normal mode. In wizard mode Speed Booster there are 8 automatic settings.";
fDesc[14] = "connection. At launch, the program presents a sleek, easy to navigate interface that is packed with useful features and utility choices that you can customize. In the Tweaks Section, Performance Tweaks 1 and 2 enable you to tweak CPU Priority Control settings";
fDesc[15] = "will make your PC run faster and will make your PC error free.";
fDesc[16] = "increase your PC’s performance while you are working. This utility will automatically switch the foreground program to the highest priority. This program can also increase you PCs free RAM, increasing the general performance of your computer as well.";
fDesc[17] = "Optimize Windows * Monitor System Activity It's easy to use! Even if one single application offers numerous features it is easy to use.";
fDesc[18] = "the performance of the system by free up unused RAM.It helps to reduce crashes, freezing and stopping applications and Windows system in general by monitoring your memory all time and taking the necessary actions to avoid problems due to memory.";
fDesc[19] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze.";
fDesc[20] = "internet connection type. It can boost or optimize your internet connection speed by 200% or more. It is very easy to use and just by a single click you can optimize your internet connection speed and therefore your download speed will also increase.";
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 = '...';
}
}