var fDesc=new Array(); fDesc[0] = "System Checkup can scan your Windows PC and find problems that slow down your computer. It can scan and find the amount of junk files, temporary Internet files, invalid registry keys, etc. It can also scan for passwords stored in web browsers and other security vulnerabilities. This program can only display the optimization potential of your PC; you must purchase "System Mechanic" to resolve these issues."; 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 = ''; } }