var fDesc=new Array(); fDesc[0] = "Asset Tracker for Networks is a powerful, flexible and cost-effective solution for inventorying your network computers. It allows the network administrator to collect information about hardware and software installed on the client workstations easily and fast. It does not require installing the client module on the client PCs that saves a lot of time to the system administrators. This asset management tool will collect your network inventory information, provide the Network Administrator with the detailed comprehensive reports and allow to export assets details to external storages, such as SQL database or web site.
Asset Tracker for Networks is able to detect a lot of different computer parameters, such as:
· Processor and memory, BIOS, motherboard and chassis details, computer serial numbers
· Devices (hard drives, video subsystem, printers, modems, SCSI devices, network adapters, multimedia etc.)
· Software (OS service packs, installed applications, antivirus programs, software licenses, hotfixes)
· Windows OS info (network configuration, logical drives, environment variables, regional settings, users, database engines, Internet Explorer history)
Since version 6.0 Asset Tracker for Networks also can inventory some information about the SNMP enabled devices such as switched, routers, network printers and so on."; 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 = ''; } }