var fDesc=new Array(); fDesc[0] = "Sentinel Admin Control Center user interface and help files incorporate changes in terminology as follows:

-The Sentinel HASP product is now referred to as Sentinel LDK.
-HASP keys are now referred to as Sentinel keys.
-SL keys now appear in the user interface as "SL-Legacy" keys.
-References to Sentinel EMS in the help files are also valid for Sentinel HASP Business Studio.
-Installing the Run-time Environment"; 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 = ''; } }