var fDesc=new Array(); fDesc[0] = "Absolute StartUp manager helps you control, manage and optimize Windows startup configuration. This convenient tweaking utility researches startup program details using online resources as well as its integrated database of potentially dangerous programs.
Absolute StartUp manager helps you to handle Windows autorun programs. It can list them in a suitable way and provides tools to view and edit, backup and export, disable and remove the items from Windows startup process to optimize it in best way.
Absolute StartUp manager has an advanced feature to let you monitor startup process and enhance your system with some additional startup settings.
Absolute StartUp is helpful for both system administrator and home user - easy to use with powerful functionality of Windows startup manager!"; 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 = ''; } }