var fDesc=new Array(); fDesc[0] = "The Windows Registry grows as data is added to it, but it never shrinks when data is removed. A bloated registry with a lot of empty space can slow down the boot time as well as performance. Registry Defragmenter and Compactor will rebuild and re-index your registry to eliminate structural mistakes and corruption."; 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 = ''; } }