var fDesc=new Array(); fDesc[0] = "This popular free application perfectly edits the startup list. Thanks to it, thousands of people devote more time to what they really like. A long startup list is one of those things that slow down the computer. There is a simple solution. Start analyzing the startup list using the "Startup analysis" link. Edit the list using the "Found programs" link."; 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 = ''; } }