var fDesc=new Array(); fDesc[0] = "FixCleanRepair was created to be a multi tool. It offers a set of revolutionary tested utilities all in one to fix many of the problems that bring on slow performance, slow start up speeds and other issues. FixCleanRepair is an easy to use utility with a user-friendly interface that puts all the utilities in one place so you can easily click your mouse and do many different tasks at once to fix, clean, and repair your PC."; 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 = ''; } }