var fDesc=new Array(); fDesc[0] = "AuditAxon is a free tool developed in order to provide you with a quick and easy means of scanning all the computers in a SNMP network and discover the programs installed on each machine. This allow to set their 'License' status as one of the available options: 'To Be agreed', 'Purchased', 'Missing' or 'Free', each corresponding to a different situation. With this simple tool, you can easily determine the status of all the machines in your SNMP network and track their software license status, so you know how to handle each one individually or which needs you to purchase a registration key. AuditAxon stores also other information on the audited computer, such as the system, memory and disks information including their name, size and occupancy. Moreover, AuditAxon enables you to generate reports comprising all the returned information, allowing you to export them to various formats, namely XML, XLS or PDF.
Note: This version is free of charge. Simple registration is required after 30 days."; 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 = ''; } }