var fDesc=new Array(); fDesc[0] = "Protection! Licensing Server - an optional component in Protection! Licensing Toolkit that provides ability to distribute licenses on-demand and to track license's concurrent use according to either Named or to Floating User Licensing Models. Protection! Licensing Server is a complete turnkey solution that can run as a Windows service or as a UNIX daemon and provides full support for Floating and Named User models with ability to manage License lock session's expiration; to host and to distribute an unlimited number of licenses for an unlimited number of products; to allocate licenses for specified users and/or user groups; to control access to the Licensing Server by using access control lists (whitelist and blacklist) for any types of operations; and to remotely monitor and manage the Licensing Server via the supplied Management Console application."; 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 = ''; } }