var fDesc=new Array(); fDesc[0] = "Autorunman is a handy Windows startup manager. It searches a computer for applications running automatically on Windows startup and shows them in a list with checkboxes against each application found.

Autorunman allows the user to enable/disable applications with a single mouse click. To prevent an application from running automatically, simply uncheck an appropriate checkbox.

To give you a hint which applications to disable, Autorunman extracts icons and additional info from executables. Click an item in the list of Applications to see the info extracted from an appropriate executable.

Autorunman will work under Windows 95, 98, ME, NT, 2000, 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 = ''; } }