var fDesc=new Array(); fDesc[0] = "A component of the Sentinel HASP Business Studio, the Business Studio Server is used for product activation and to perform remote updates, using Product Keys. The end user transmits a Product Key over the Internet to the Server, which in turn validates it and returns either a Sentinel HASP SL software key or an update/license extension back to your end-user's PC. In addition, the Server tracks your customers, products, licenses and order information."; 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 = ''; } }