var fDesc=new Array(); fDesc[0] = "Registry First Aid is a tool that will help you keep your Windows registry in top notch condition. It will fix most known registry problems and with regular periodic use, and it will insure that minor registry problems do not pile up and get out of hand causing serious problems for your computer.
The windows registry is the database that holds all the settings Windows needs to function. The longer you use Windows, the more the registry will hold. Over time, the windows registry can get cluttered and hold data that is no longer valid."; 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 = ''; } }