var fDesc=new Array(); fDesc[0] = "The program easily finds computers over the network and scans them in the automatic mode. There is no need to walk to every PC and inspect it manually. AD is supported. You can watch the remote computers' hardware and software configuration over the network, track the configuration changes, and generate various reports. The program contains almost 100 ready-to-use reports on hardware parts, serial numbers, license keys, etc. Find PCs with old CPUs, small monitors, low RAM size and disk space and plan an upgrade to increase productivity. The program monitors HDD and PC health over the network and can send notifications about found changes and possible problems like HDD overheating, S.M.A.R.T. failure prediction, low disk space, outdated antivirus, etc. Powerful reports with filters and conditions help you to find PCs with old slow CPUs, insufficient RAM or HDD, and small monitors. You can plan upgrades using this information and improve the staff productivity saving funds."; 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 = ''; } }