var fDesc=new Array(); fDesc[0] = "A simple yet effective application to obtain hardware and software inventory with ease. Our software helps you to generate detailed reports of hardware and software of all the computers in the network in no time using multi-threaded audits.
Steel Network Inventory can be configured to perform periodic and systematic audits of hardware, softwares, hotfixes and shared resources by the agentless audit methods.
It also takes snapshots of the audited computers and alerts you of changes seen either in hardware or software.
Steel Network Inventory was designed based on the inputs from many system managers. Our software is less time consuming and a perfect tool to track enormous data through an easy click report and also retain a good control over your IT assets."; 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 = ''; } }