var fDesc=new Array(); fDesc[0] = "Resource Analyzer 2007 is a new tool for IT resources supervision, integrated asset inventory & license reconciliation.
The software is written using net .NET technology, uses Microsoft SQL Server 2005EE or Microsoft SQL Server 2005 databases. It offers great functionality and clear layout of users dialogs.
It utilizes an efficient network scanning algorithms and a novel approach to the management of the scanned software.
It allows to send the e-mails to insubordinate users.
It creates dozens of clear reports in HTML format.
It allows to easily export the data."; 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 = ''; } }