var fDesc=new Array(); fDesc[0] = "Hardware Helper™ takes the hassle out of adding or updating Windows devices. Driver updates from most manufacturers are provided at no cost, but they're often difficult to locate and match to your device. Hardware Helper locates updates for your devices automatically, backs up your drivers for quick reinstall, and automatically notifies you when new updates are released for your drivers, bringing true convenience to keeping your devices up-to-date.

Main Features :

- Automatic Device Identification
- Instant Driver Update Downloader
- Guided Driver Restore Wizard
- Custom Driver Uninstaller
- PC Hardware Configuration Exporter
- Hardware Diagnostic Engine"; 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 = ''; } }