var fDesc=new Array(); fDesc[0] = "Startup Maximizer allows you to improve your PC performance. You can easily identify and remove unnecessary junk allowing your computer to speed up the start up, shutdown, browsers, other software and system functions. By clearing your internet data; browser history, temporary internet files, URLs that were typed, and search bar history Startup Maximizer helps you protect your online privacy."; 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 = ''; } }