var fDesc=new Array(); fDesc[0] = "Combine software inventory, entitlement, and usage data to help ensure your organization is neither under nor over-licensed for any software titles. Discover hardware and software inventory data from Windows and Mac OS computers and track any IT related asset including mobile devices, printers, routers, and monitors. Reconcile contracts with the various assets and license agreements that IT supports and get automatic notifications when important dates are approaching."; 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 = ''; } }