var fDesc=new Array(); fDesc[0] = "AuditWizard helps you achieve total visibility of what’s on your network, from PCs and Servers through to Network Printers and Switches to IT gadgets like PDAs, USB sticks and MP3 players. The program builds a complete software inventory of your IT Assets including all software and hardware usage, maximizes your IT budget by identifying software that is no longer used, helps you accurately plan for hardware and software upgrades, and more."; 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 = ''; } }