var fDesc=new Array(); fDesc[0] = "The Plantronics WMI Provider provides a means for an IT Administrator to get more robust and standardized programmable access to the data that Plantronics Hub produces.

You can use the Plantronics WMI Provider to collect data from Plantronics devices, including basic device information and information about
events indicating the arrival or removal of a device. You can also use it to collect data from the Windows Event repository, including information about whether firmware updates failed or succeeded."; 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 = ''; } }