var fDesc=new Array(); fDesc[0] = "RegistryMender is a handy and reliable utility designed to solve common registry problems.

It can fix the most common Windows errors (Windows Update Error, Windows Installation Error, Windows Office Error, Windows Media Player Error). It also can fix Fix Windows Firewall Error Code 0x8007042C."; 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 = ''; } }