var fDesc=new Array();
fDesc[1] = ", 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[2] = "Publish to most major blog services: Including Windows Live Spaces, SharePoint, Wordpress, Blogger and many others. Don't have a blog yet? Writer will help you set one up! Create a compelling blog easily: Insert photos and videos, maps, tags and lots of other cool content, all in a snap. Powerful editing features include tables, spell checker, and quick hyperlinks. Preview before you post: Writer shows you what your blog entry will look like before you post it, using your blog's templates and formatting. Compose your entries offline: Publish them later, when you get back online.";
fDesc[3] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed.";
fDesc[4] = "accomplished by deleting entries in your browser cache, browser history, bookmarks, favorites and cookies, your recently visited sites, your recent documents folder, entries in the Run dialog, emptying the Recicle Bin and the temporary folders, entries in your system's registry and more.";
fDesc[5] = "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[6] = "registry entries caused by software installations and un-installations that went awry! Registry First Aid can fix that!";
fDesc[7] = "malware to penetrate into the system. Registry entries are operating system identification of the software and its related functionality. Any modifications should be handled with care with a possibility to restore to the previous save point.";
fDesc[8] = "invalid entries, and the best part, repairs your Registry for free. That's what Argente - Registry Cleaner does. It will scan, clean and fix your Windows Registry in a professional way, and you won't have to pay anything for that.";
fDesc[9] = "computer's speed and performance. It will avoid system errors, freeze, system crashes and more. And this will give to your, computer, much more stability.";
fDesc[10] = "example, Registry Compactor, means Comodo registry cleaner not only clean your junk entries from your window’s registry but also reduce its size by compacting and your computer speed depends on the window’s registry size, smaller is faster.";
fDesc[11] = "Registry becomes changed, with new entries created, that not always are deleted when you uninstall that program. The Registry will then begin to accumulate obsolete entries, that will significantly increase the registry size and slowdown your computer.";
fDesc[12] = "basic structure of the software is a search engine that will let you find the registry entries you want to modify and configure.";
fDesc[13] = "media players. Sometimes they leave invalid entries in Windows XP's autoplay sections. You can see them when a CD or DVD is put into the drive and the autoplay selection dialog appears. Autoplay Repair allows you to remove these invalid entries.";
fDesc[14] = "These programs include the ones in your startup folder, Run, RunOnce (programs configured to run only once, like a setup program), and other Registry keys. It also has the feature of showing Explorer shell extensions, BHOs and much more. This is a really great program.";
fDesc[15] = "right click popup menu. Then we may approve, de-activate, add, edit, remove or leave them as they are. We can also select to check them for errors.";
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 = '...';
}
}