var fDesc=new Array(); fDesc[0] = "SoftLocker.net is an easy but advanced solution for protecting any file, including popular formats like EXE, PDF, audio and video files. With just one account you can lock an unlimited number of files. Just add the file to your SoftLocker.net account and then use our simple locking software on your file. Only users with a proper registration code will be able to access your file.

Main Features :
- You use the SoftLocker Wizard to add your product to your account and lock your file
- All of your product information is embedded into your locked file.
- You distribute your locked file to your users.
- They try the trial version and decide to register.
- They click the register button and are brought to your purchase page.
- Once payment is received your customer receives a registration code
- Your user enters the registration code into your locked file and can now use the full version.
- You can track their uses or remotely disable the registration code at any time"; 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 = ''; } }