var fDesc=new Array(); fDesc[0] = "AzSDK HardwareID DLL is a standard Windows dynamic link library and allows you to get unique machine fingerprint collected from CPU, HDD, BIOS, NIC components in your windows programs. You can use this ID to lock each license just by machine with your existing license copy protection. This solution allows you to select hardware to make ID as you wish."; 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 = ''; } }