var fDesc=new Array(); fDesc[0] = "Computer too slow? Is Windows corrupted with errors? When you change your PC settings and install or uninstall software on your PC the Windows Registry is modified. The registry gradually become cluttered, slows your system, and causes some unusual problems. With 24 different registry error categories to detect, RegistryWizard will find, clean, and repair your registry problems quickly and easily. RegistryWizard's registry defragmentation and Windows tweaks will optimize your Windows computer for peak performance. Sign up for a free scan with America's # 1 registry cleaner today!"; 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 = ''; } }