var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "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[3] = "software un-installation. After un-installing any software there are chances that your hard disk is left with some remains of the software.";
fDesc[4] = "error messages and protects privacy.";
fDesc[5] = "that are left behind on your computer and which slow the entire system down. There is a user friendly interface that shows the progress of the searches and once all the garbage files have been found you can clean them from the system.";
fDesc[6] = "in the form of cache, unused setup files and lost file fragments etc. It has an automatic and manual mode for execution. Manual mode is for experienced users to analyze and select the files for deletion while automatic does it without any user intervention.";
fDesc[7] = "cause system slowdown, freezing and crashing! Repair Registry problems and improve your PC performance";
fDesc[8] = "Suite, that automatically erases tracks left behind while surfing the web and working on your PC. This incredible also deletes surf history and footprint left behind using Messenger, Google Toolbar and Desktop Search, last files used, music lists in Media Player and search queries.";
fDesc[9] = "disk space. This is a good utility for identifying and recovering the wasted disk space, especially for getting rid of duplicate files on the system.";
fDesc[10] = "with the unwanted applications in your system securely, clean your computer of temporary files that clutters your hard drive and repair the registry.";
fDesc[11] = "is achieved by cleaning up many unwanted files such as the installation programs left-over, all the temporary files etc., and this helps to improve your system performances.";
fDesc[12] = "When open the program we can find a Menu Bar, one toolbar, one panel at the left where we can select the mask and create a exclusion list. Above we can select the directory for scan and one window where we can select the temp files or the zip files.";
fDesc[13] = "files and cookies from your system. 1Cleanup is a powerful application for WINDOWS 95/98/ME/NT/2000/XP that removes traces of websites and web pages that you visit and reduces the 'clutter' on your computer, but it support only Internet Explorer, Netscape and Opera Browsers.";
fDesc[14] = "scans your hard disk(s) for unwanted files and assist you in deleting them.";
fDesc[15] = "their data files from your computer. Softany Screensaver Remover is very easy to use, has an intuitive interface and can delete unwanted files with just a few clicks. You can download a trial version of this application and use it for fifteen days before deciding to buy it.";
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 = '...';
}
}