var fDesc=new Array(); fDesc[0] = "For nearly a decade Plantronics has been using software to improve both the clarity and operability of our headsets. Today, Plantronics software is used to enhance almost all of our products.
Battery Status Meter application monitors the battery charge level for all Plantronics wireless USB devices. The battery meter appears as an icon in the PC System Tray (mouse over it to see % of battery life)."; 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 = ''; } }