var fDesc=new Array(); fDesc[0] = "Anvi Startup Booster makes all auto-start programs be apprehended at a glance to help you easily configure which one to run when Windows starts. It helps you obtain an optimized system start-up by disabling unnecessary programs and deleting harmful ones. Besides that, Anvi Startup Booster provides Services, System settings and Network settings optimizations which enable you to block unnecessary services and configure settings more reasonably to make a faster booting PC."; 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 = ''; } }