var fDesc=new Array(); fDesc[0] = "Startup Control Panel is a very effective and small sized application which is used to configure Windows startup programs. The software is very simple to use and small in size. Startup Control Panel does not consume heavy system resources so does not affect the performance of the system. The main advantage of using the Startup Control Panel software is that it is compatible with almost all common Windows versions such as Windows 98, 2000 , Me, NT and Windows XP. The Startup Control Panel software comes with an intuitive and user-friendly interface which makes the task of using the Startup Control Panel easy and simple. The software interface consists of seven tabs which contain useful options to manage the startup items on the user’s computer system, hence optimizing the performance. An added advantage of using the Startup Control Panel software is that it is a complete freeware application which means that the users need not to waste their time and effort worrying about irrelevant issues such as annoying nag screens and trial period expiration."; 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 = ''; } }