var fDesc=new Array(); fDesc[0] = "PC Check & Tuning 2018 provides you with all the tools necessary to permanently improve your PC’s performance. The software automatically identifies system weaknesses and problems, fixes the underlying causes and performs a wide range of optimizations. The program identifies large files that are no longer needed and lets you delete them right away. Also, it automatically searches for and installs updates for all the programs on your PC to keep everything running smoothly."; 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 = ''; } }