var fDesc=new Array(); fDesc[0] = "StartupStar gives you complete control over Windows startup applications. A lot of startup entries are unnecessary and they usually slow down your PCs starting time. You can see quick and efficient overview of all startup entries in the main screen and you can enable, disable, or delete them. Built-in search function makes it easy to find and disable nagging startup apps."; 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 = ''; } }