var fDesc=new Array(); fDesc[0] = "Smart System Idle Process Problem Fixer Pro can automatically diagnose and fix hundreds of Windows problems and system errors. It is designed for people to optimize the speed of computer and to deal with High Cpu Usage issues. The program is easy to use and provides a good solution to keep your PC running fast, smooth, and error-free."; 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 = ''; } }