var fDesc=new Array(); fDesc[0] = "License Statistics is a web-based license monitoring and tracking tool which provides you with all the essential information you need to see exactly how your licenses are being used on all your servers wherever they are in the world. Supporting LM-X, FlexNet, FLEXlm, IBM LUM, Sentinel RMS, and Reprise license managers, License Statistics will provide you with a complete overview of your license usage to:

Optimize license usage and software costs by as much as 30%
Buy the software you really need, identify unused and underutilized licenses, and ensure efficient license usage.

Improve company productivity
Reduce denials, allocate licenses effectively, and maximize the value of your software investment.

Make informed decisions about your license management
Forecast future licensing needs, budget accurately across departments, and monitor compliance."; 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 = ''; } }