var fDesc=new Array(); fDesc[0] = "AVLock Gold is a component developed for the following platforms: .NET, VCL(Delphi/BCB) and ActiveX. AVLock simplify the creations of trials, it is quite ease to use and allow you to manage several kind of protections for your application as well as enabel/disable modules into your app and manage licenses into a network environment.

Main features:
-Strong Rijndael encryption used for Registrations Keys and all data saved in the registry and sensitive files.
-The tmNone option for the TrialMode property allow you to implement a very safe trial management.
-With the new encrypted avconfig.ini file, all risky about the configuration data has been taked out from the exe file, avoiding so possible hacking meddlings.
-Place your own logo into the registration form.
-Change the background color and font properties.
-Make your own registration interface.
-The standard interface of AVLock Gold allow you to define your own customized messages for several special status.
-Congratulations while the trial period.
-Warning for shortly expiration.
-Message for expired application.
-Messaje when the application starts with the option "TrialMode" = "tmNone".
-Messaje for a registered 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 = ''; } }