var fDesc=new Array(); fDesc[0] = "RunAlyzer is our autostart & configuration manager that allows you to view and edit all the areas where Windows looks for programs or services to start. It’s a combination of a standard configuration manager and an advanced tool to locate and remove places where hijackers, spyware and other malware hide. RunAlyzer is currently in beta status, but already providing a number of useful features."; 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 = ''; } }