var fDesc=new Array(); fDesc[0] = "Sentinel Protection enables the use of either software- or hardware-based protection keys to enforce software protection and licensing. With Sentinel Protection you can increase your profits by protecting against losses from software piracy and intellectual property theft and enable innovative business models to increase value and differentiate your products.

The Sentinel Protection Installer is an integrated installer of the following components:
- System Driver: The device driver for communicating with the following
hardware keys:
- Hardware Key
- Dual Hardware Key
- UltraPro Key
- SuperPro Key
- Pro Key
- Security Runtime: Sentinel Security Runtime is a program that provides runtime for the security of Sentinel SuperPro software keys (Secure Soft and Evaluation
Soft) on a local machine."; 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 = ''; } }