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."; 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 = ''; } }