var fDesc=new Array();
fDesc[0] = "Keep your PC at peak performance with Black Bird Registry Cleaner!
ts purpose is to keep your Windows Registry tidy, efficient and help applications to run without a hitch. The Registry though, is just a kind of hierarchal database, storing varied information on the Operating System and installed components.
Once your Registry has been cleaned up, you will likely notice a performance boost and any error messages you saw whilst using your computer previously will be gone.
The Registry Cleaner will remove entries for non-existent applications, and it'll also fix invalid or corrupted entries. You find your computer starts much more quickly too!
Keep your PC at peak performance with Black Bird Registry Cleaner!";
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 = '';
}
}