var fDesc=new Array(); fDesc[0] = "Harmony XB5SSoft is a PC application which enables to configure and manage the user permissions of the biometric switches XB5S3 and XB5S4. It features visualization, saving, and duplication of the authorized user database via PC; easy addition and deletion of user permissions; secured data transfer; an encrypted database to prevent unwarranted use of personal data, and more."; 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 = ''; } }