var fDesc=new Array(); fDesc[0] = "Snow Inventory supplies you with complete information about all software and hardware within your network.
With immediate access to real-time information about the state of your computers hardware and software, Snow Inventory allows you to do more than just reactively monitor status. Proactively manage usage, actively resolve issues and analyse changes and usage within the network.

Snow Inventory collects hardware information on over 200 different properties such as:

- Hardware - Processors, memory etc
- Software - Installed applications and fonts
- Peripherals - Installed printers and faxes, USB devices, Disk drives etc
- Operating System
- Network - Configurations and settings"; 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 = ''; } }