var fDesc=new Array(); fDesc[0] = "The industry’s leading software protection, licensing, and entitlement management solutions for installed, embedded, and cloud applications. SafeNet's innovative Sentinel licensing and management solutions enable software and technology vendors to implement flexible licensing and distribution models while simplifying all processes associated with the licensing life cycle. Sentinel entitlement management solutions enable software publishers, their distributors, and end-users to simplify their license creation, distribution, activation, enforcement, and management processes."; 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 = ''; } }