var fDesc=new Array(); fDesc[0] = "BeyondTrust has released PowerBroker® Desktops that includes powerful new usability enhancements and features to allow organizations to easily configure user rights on a task-by-task basis without granting administrator access. This solution can minimize help desk calls and free up IT resources by giving end-users the power to run all required Windows applications, processes and ActiveX controls safely, securely and in compliance. Simply put, removing administrator privileges from users has never been faster or easier."; 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 = ''; } }