var fDesc=new Array(); fDesc[0] = "PC Speed Up will scan your PC and search for settings, processes and files that are slowing down your performance before it uses number of effective tools to optimize your computer. Using one-click PC Speed Up will make your network settings, hard disc, memory and CPU optimized and will improve the overall performance. Fast and easy to use PC Speed Up will clean your PC and will make it run faster."; 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 = ''; } }