var fDesc=new Array();
fDesc[0] = "RegSupreme is the superior standalone registry cleaner. With its ultra-fast operation and state-of-the art registry cleaning engine, RegSupreme represents a new generation of Windows registry cleaners. Of course, don't just believe us - try it yourself and you will be amazed by RegSupreme's speed and performance!
While jv16 PowerTools is a complete Windows cleaning and optimization suite, RegSupreme could be your choice if you are only looking for a standalone registry cleaner.
Key features
* Clean your computer's registry with one of the most advanced registry cleaner available today
* Very easy to use, no knowledge of the registry is required
* Automatic repair of found problems
* The multilingual user interface allows you to use the program in all major languages or to translate it into your own language very easily
* The automatic backup feature makes backups of everything the program removes or modifies
* Full documentation included";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}