var fDesc=new Array(); fDesc[0] = "Dramatically reduces help desk costs by cutting the number of calls your service and support teams take
Shopping reduces software license costs through a software rental model, limiting use of certain applications to a period of time and allowing for automatic software and license reuse.
Empowers self service, so users can choose the software they need, when they need it, controlling the delivery time to minimize disruption, increasing productivity and satisfaction. Delivers branch office administration and local control, allowing delegation of control and install on behalf of users to regional, site or departmental administrators.

Some of the features:

* Provides better visibility and control of software licenses deployed across your organization,
improving software license management

* Integrates reporting on delivery and installation to measure success and gain a detailed
understanding about software licensing and usage across the business

* Automates authorization workflow, ensuring licensed software is accounted for and only
delivered to those with approval to use it

* Lowers help desk costs by delivering a fully configurable and automated request-to-delivery
approval process, defining single approvers, approval groups or approval chains as required

* Completely customizable, to fit your organizations look and feel, with multiple language options
and an API to enable integration with third party applicationsd install on behalf of users to regional, site or departmental administrators."; 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 = ''; } }