var fDesc=new Array(); fDesc[0] = "Startup Explorer allows a user to customise the startup behaviour of their PC. Items that can be controlled include:

* Startup Programs
* Systems Services
* Scheduled tasks
* Loaded drivers
* System init files
* Explorer
* Print Monitors
* Safe Mode options
* Shell integration
* Known and Shared DLLs

While these items are configurable from within individual windows configuration and management tools, Startup explorer provides one central convenient interface."; 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 = ''; } }