var fDesc=new Array(); fDesc[0] = "The HASP License Manager is an independent application that serves as a link between the HASP hardware lock and the protected GTX application. Install the HASP License Manager on the computer to which you connect your netHASP key. The HASP License Manager supports IPX, NetBIOS, and TCP/IP (UDP and TCP modes). By default, it listens to all three protocols at once. Instructions on this page will only pertain to networked Microsoft Windows operating systems."; 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 = ''; } }