var fDesc=new Array(); fDesc[0] = "a1StartUp Commander is a compact and easy-to-use startup manager which allows you to control what programs run automatically at Windows startup.
It supports editing of both registry startup values and Windows autorun folders entries.
If you are interest in optimal system performance, the a1StartUp Commander can help you by delivering you an ability to manage your autorun section.
a1StartUp Commander includes all features that must be presented in such type of programs. The primary goal for the program is to perform all operations very fast.
a1StartUp Commander has a classical Explorer-like interface with a separated treeview and listview. It also includes a powerful report engine."; 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 = ''; } }