var fDesc=new Array(); fDesc[0] = "StartEd is a utility that helps you to manage the Windows startup procedure. You can uninstall startup programs directly from StartEd.StartEd also detects Trojan Horses, the most destructive and dangerous species of computer viruses. StartEd displays detailed info about the functionality of every system service so that even novice users can manage their startup configurations."; 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 = ''; } }