var fDesc=new Array(); fDesc[0] = "InstallKey allows you to add License Validation, Product Activation, and Installation Keys to your .Net based application. Prevent casual copying and keep your customers legal. Similar to Microsoft style product activation where the product key is validated against the machine specific identifiers and validated against an Internet server.
Supports server based creation, maintenance and validation of install key codes. Validate your software licenses for your applications built upon WinForms, ASP.Net WebForms, WPF, ASP.Net MVC2, Services, Console applications 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 = ''; } }