var fDesc=new Array();
fDesc[0] = "Clean, fix and defrag your system's heart. We created FixMyPC to clean out invalid keys, repair broken shortcuts and defragment the registry to make it more compact and organized. A healthier registry consumes less memory and allows applications to access keys in less time, which helps restore error-free performance.
Smoother interaction with software and the web
ActiveX is used in browser add-ons and for allowing one program to use another program's functionality on your PC. Corrupt ActiveX controls lead to errors, so we equipped FixMyPC with precise tools to detect and fix such errors for a much smoother PC experience.
Real-time maintenance for smooth operation.
Once your PC is glitch-free, we want it to stay that way so you can enjoy using it with no fear of your system crashing. We included 4 powerful tools in FixMyPC to prevent crashes, protect your registry from external access, and improve your PC's overall security.";
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 = '';
}
}