var fDesc=new Array(); fDesc[0] = "Windows inventory asset management software for real-time servers and workstations monitoring using WMI protocol supporting up to 10 computers.

Inventory Center can be operated on any network environment without the need of remote agents or special network configuration. It is using the already installed WMI (Windows Management Instrumentation) service to explore operating systems of windows servers and workstation. The software provides easy-to-use network administration interface that includes selectable collection of all windows operating system inventory asset properties like computer and system details, devices, programs, processes, services, updates, Exchange and IIS servers information and open ports."; 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 = ''; } }