var fDesc=new Array(); fDesc[0] = "Altiris Inventory Solution software reduces the cost of identifying and managing heterogeneous devices throughout your enterprise. Easily track comprehensive hardware information, installed software packages, and operating system settings for all IT assets throughout their lifecycle. Data is normalized, consolidated, and secured in a central repository, enabling detailed reporting of asset information from the convenience of a Web console.
Features:
- Tools for aggregating data allow you to generate audit reports, assess security vulnerabilities and determine hardware needs and availability
- Mobile-friendly features include reporting of delta changes, a cache and forward design, and over-the-wire data compression
- Web reports allow you to identify hardware that requires upgrading or replacement
- Centralized Web console"; 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 = ''; } }