var fDesc=new Array(); fDesc[0] = "Automatically collect software and hardware configuration of your networked PC's and LAN equipment with Network Inventory PRO. In addition, the program allows you to remotely manage computers.

Network Inventory PRO will collect the following information about the user workstations in your network: computer serial number and manufacturer information, operating system information, processor, memory and hard disk drives information, installed software, WinSock information: TCP/IP addresses, host names, etc., installed printers, video subsystem, installed devices, network adapters, network shares, local user accounts, logged on user, operating environment, BIOS information, motherboard information, and much more."; 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 = ''; } }