var fDesc=new Array(); fDesc[0] = "You can now centrally manage all of the software licenses of WM Software products at your organization. The License Administration Server, or LAS, enables the activation of based on the type and amount of product licenses purchased. The LAS is flexible, allowing clients to automatically activate their license with the LAS, no matter if they are TLP licenses, or Standard licenses with maintenance. You can even move licenses from one computer to the other, and get a running tally of all licenses in use."; 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 = ''; } }