var fDesc=new Array(); fDesc[0] = "Driver Manager 1.02 is a program that will allow you to view, modify or remove the drivers installed in your system.

This tool is specially useful for System Administrators and Drivers Developers. This program runs on Windows NT 4, Windows 2000 and Windows XP platforms.

When you run the program, it will show you the list of installed drivers that were detected.

The program will display a report about how many drivers are installed, how many are loaded at Boot and Start time, how many are loaded automatically or manually, and how many are disabled.

It will also inform you about how many drivers were started, and how many stopped.

Then, it will display a detailed report, showing the info about each driver. This report includes name, display name, description, startup type, status and event logging.

If you want to see more information about a driver, you must click on its entry and then on the "Properties" button. You will then be able to see the complete report about it.

You can remove a driver by clicking on its entry and then on the "Remove" button."; 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 = ''; } }