var fDesc=new Array(); fDesc[0] = "Within seconds of using Visual Audit X3 you will be happily on your way to auditing your entire IT population.

Its point and click functions will glide you to collecting all the information you need regarding your software and hardware, giving you the full facts in no time at all.

It includes everything you need for a successful audit including a built in Report Generator with full criteria functionality and a comprehensive Licence Manager to help you ascertain what software needs removing, replacing or purchasing.

Using Visual Audit X3's intuitive Licence Manager you will also be able to dramatically reduce costs by eliminating needless software purchases and tightening up on redundant or replaced software maintenance agreements and renewals."; 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 = ''; } }