var fDesc=new Array(); fDesc[0] = "EMCO RemoteAudit 2.0 collects installed software and hardware information from
Microsoft Network with export options to Access Excel Html and XML.
It is a read-only operation, nothing is written until exporting the collected data.
FETCH NEW function that detects all computers added to the Network.
For NT4/W2K/XP there is no need to install any clients or services at remote end.
WinX/ME needs a logon script
With Custom Scan Database you can add filenames or a registry location of a program
that you want to add to the list of installed software, additional to what you see
listed in Add/Remove Programs under Control Panel."; 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 = ''; } }