var fDesc=new Array(); fDesc[0] = "Dr. Hardware 2008 keeps track of the information related with all the hardware components on a computer and the performance of each one of these hardware components.
Dr. Hardware 2008 has an icon’s menu with six options. The overview option gathers all the hardware information on the computer, shows graphs in real time of the CPU usage to monitor and analyzes the CPU usage and performance. Also this option shows the Windows services available with the services that Windows is running.
The Hardware option shows the main information of each component of hardware in the computer: CPU, mainboard, SDRAM, Sensors, SMBios, Chipset, CMOS, I/O chip, PCI bus and Ports. This Dr. Hardware 2008 option provides the custom data of each one of these hardware components.
The Devices option shows the drives names, type, capacity, free space and FAT information. Besides, it shows all the Video information, adapter, monitor, drivers, etc. And of course, if this option shows the drives, it must show the ASPI Devices and the IDE/S-ATA/ATAPI devices recognized by the Dr. Hardware 2008 software. The modem, the printer and the multimedia devices are shown within this option, too.
The Windows option is another great feature that provides Dr. Hardware 2008, where you can find all the information related to the Windows OS such as the current version & user, configuration, available browsers, network configuration and the security related with the OS.
The Resources option is a very useful feature that provides real time information about the performance of the system. This option keeps an eye on memory, provides a process list, the hardware resources, the system and creates a statistics file to monitor the system performance.
The Benchmark option makes a comparative analysis between the information of other systems and yours.
Dr. Hardware 2008 has the option to remain on the system’s tray monitoring the system in every moment.
Dr. Hardware 2008 works on Windows 95, 98, Me, NT4, 2000, 2003, XP and Vista.
The documentation/manuals are included and are very detailed."; 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 = ''; } }