var fDesc=new Array(); fDesc[0] = "Registry Utilities Professional eliminates PC freezes and crashes by fixing and optimizing the Windows registry for improved computer performance. With just a few easy steps our registry cleaner will scan your entire registry and provide a list of the registry errors found. You can then choose to selectively clean each item or automatically repair them all. Registry Utilities Professional makes a backup of any repairs made so you can easily recover any changes made if needed. Improve the speed and performance of your computer today with Registry Utilities Professional."; 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 = ''; } }