var fDesc=new Array(); fDesc[0] = "Protection! - is a powerful multi-platform licensing toolkit that provides the ability to add licensing into custom applications or components only allowing the permitted use according to the supplied license. Protection! uses high encryption technology and provides easy integration for software developers even for cross platform products while being non-invasive for end users. Protection! Licensing Toolkit offers a versatile solution for any licensing model.

Main features:

- Add licensing to Web, Enterprise, Server and Desktop applications.
- Provide users with the trial versions of their products.
- Significantly minimize or completely reduce unauthorized use of their applications and therefore dramatically increase company revenue.
- Increase revenue streams by implementing various licensing models while maintaining single code base and therefore offering higher flexibility to their customers.
- Track license usage and manage their customer base."; 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 = ''; } }