var fDesc=new Array(); fDesc[0] = "Is your computer running slowly? Freeze all the time? Got annoyed popup, ghost programs, or stubborn programs? Corrupted registry? Something is automatically executed at Windows startup?
Windows Optimization optimizes and boosts your Windows performance; repairs and cleans your registry and system; eliminates Windows freeze and hang; remove stubborn and ghost programs; cleans up obsolete debris and trace files; boost your Windows startup time; optimizes your network speed;."; 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 = ''; } }