var fDesc=new Array(); fDesc[0] = "It is suggested to run RegCompact Pro at least once a week and after program installation and uninstallation to ensure your registry remains optimized.
RegCompact Pro will enhance your systems performance by optimizing the arrangement of data stored in your systems registry hives.
Your computer is restarted after the registry hives are compacted and during system startup the old, fragmented files are replaced with the newly generated and optimized ones."; 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 = ''; } }