var fDesc=new Array(); fDesc[0] = "Registry Patrol will instantly detect any problems you have on your Windows computer and fix them with just one click of a mouse. Using this exclusive deep scan & repair automated technology, Registry Patrol will repair all errors, eliminate crashes, stop freeze ups and make your system run like it was new again.

Registry Patrol will safely clean, optimize and repair your entire Windows operating registry.

Using Registry Patrol will eliminate system problems including error messages, crashes and slow performance while dramatically increasing system stability.

Registry Patrol uses the world's most advanced error detection algorithm to find missing and invalid registry entries that are causing your computer to run slow and crash."; 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 = ''; } }