var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[3] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove.";
fDesc[4] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[5] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[6] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[7] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[8] = "want to install any application from Google Pack and guides you to the whole installation process. With this program you can also monitor the status of your installation, run the software that has been installed on your computer and uninstall the programs.";
fDesc[9] = "etc., created by a particular application, and then remove it completely. There is an \"AutoFix\" button. It can search for invalid uninstall information and delete/correct it. It cannot search for invalid registry entries caused by a previously uninstalled program though.";
fDesc[10] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[11] = "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[12] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature.";
fDesc[13] = "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[14] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista.";
fDesc[15] = "on your favorite media player. In addition it includes Media Player Classic. The program also installs player plug-in for Internet Explorer, Firefox, Netscape and Opera.";
fDesc[18] = "there nothing junk lefts on your computer. Total Uninstall will show a list of programs and softwares installed on your computer, you just select the software you want to remove or uninstall from your computer and Total Uninstall will do the rest.";
fDesc[19] = "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[20] = "the most of these icons no longer match the style of the current Windows operating systems. This LITE version in not compatible with large icons (128 x 128 pixels)";
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 = '...';
}
}