var fDesc=new Array(); fDesc[0] = "To make good use of purchased Autodesk network licenses Lic-report was developed. Application periodically scans selected servers and prepares reports in HTML format. Reports contain information of enabled licenses, issued or reserved licenses, licenses in use, which user is using what product license, etc. Vault user list report is supported for Vault Workgroup and Vault Professional (versions 2014-2018)."; 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 = ''; } }