var fDesc=new Array(); fDesc[0] = "RegHunter is a real-time registry scanner and repair application designed to assist the average computer user in seeking out and repairing registry problems. RegHunter provides computer users with the most comprehensive registry detection and registry repair functions available, wrapped in an interface simple enough for novice PC users to master. RegHunter will not only detect existing registry errors; it will also prevent future issues that may occur down the road due to current registry structure problems."; 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 = ''; } }