var fDesc=new Array(); fDesc[0] = "Nemo Registry Doctor is a powerful Windows registry optimizer which is mainly aimed at Windows registry clean and repair for Windows. It can effectively boost your PC and protect it from slowdown, freeze, crash, and errors by scanning and cleaning the redundant and invalid items in your registry, including information left from adding and removing program, System Fonts, Startup Programs, and so on. It can also help you defragment the registry to compress space for speeding up computer."; 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 = ''; } }