var fDesc=new Array(); fDesc[0] = "Portlock Device Manager provides detailed information about Windows system devices. Users can view devices, export a system's installed devices to an XML file, load a device driver, install a device driver, upload drivers to the Portlock Driver Library, capture screenshots and email the driver list and/or screenshots to Portlock.

Portlock Device Manager can retrieve an extensive amount of detail from a given machine, which makes troubleshooting and device support issues easier for Portlock's customers. Portlock Device Manager provides information regarding devices with missing drivers and it assists with finding the appropriate driver. Portlock Device Manager is an excellent tool for manually installing and loading a driver."; 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 = ''; } }