var fDesc=new Array(); fDesc[0] = "Startup Protector is a very small and lightweight application which helps its users in increasing the performance of their computer systems. The Startup Protector software makes the user’s computer fast by getting rid of unneeded programs which make the computer slow during the startup process. Furthermore, the software allows the startup entries to be added and deleted manually. The main advantage of using the Startup Protector application is that it's a complete freeware which means that the users need not to worry about irrelevant issues such as trial period expiration and annoying nag screens. The software is capable of detecting any new startup program added and immediately inform the user about it. It also asks whether the startup program should be allowed to run as startup or be deleted from the startup list. Another advantage of using the Startup Protector software is that it is compatible with almost all commonly used versions of Microsoft Windows such as Windows 98, 2000, NT, Me and Windows XP."; 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 = ''; } }