var fDesc=new Array(); fDesc[0] = "Network Asset Tracker Pro can scan your network and collect information about operating system, service packs, hotfixes, hardware, and software and running processes on remote PCs. It uses Windows Management Instrumentation (WMI) for getting information of PCs. If WMI is not working, you can install "NAT Pro - Agent" on remote PCs to collect information. Inventory information is stored in databases. You can also track changes in inventory data using history of scans."; 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 = ''; } }