var fDesc=new Array(); fDesc[0] = "Using this program, you can clean and repair your registry, defrag your registry files, speed up your computer, and optimize your system. It will backup all the registry operations you made in Registry Help and restore the changes if you want and you can take a snapshot for your registry at any time, and compare it at a later time, which ensure you knowing the changes in your registry and enable you to rollback the undesirable changes."; 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 = ''; } }