var fDesc=new Array(); fDesc[0] = "Registry Life can be used to find and rectify errors in Windows registry keys. It can also delete unwanted information from the registry, making it easier for the system to get data from it. Registry Life comes with a defragmentation tool that can optimize registry hive files to improve the system responsiveness. Optimization process is quite fast and the results are displayed visually, in real-time."; 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 = ''; } }