var fDesc=new Array(); fDesc[0] = "PCMate Free Startup Manager is a free startup manager that sets up your Windows start up procedure and manages Windows startup items, freeing you from delayed startups and booting actions. This free windows startup manager can manage your startups that are configured for auto run when you start system or login.

This includes various programs, applications, and registries. This free startup controller allows you to add, delete or refresh any startup applications and edit or view their entries to get a smoother and faster startup. No more worry about the slow system startup and booting processes from now on!

It can help boost system startup by deleting all of auto-start items; Speed up login time when disable those unneeded auto-start programs; Make your sluggish PC run faster and more efficiently; Reduce the number of unnecessary startup programs to save more available storage memory for other usage; Avoid more lag, freeze up, and errors."; 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 = ''; } }