var fDesc=new Array(); fDesc[0] = "Hub Manager Professional Software makes programming and operation of Secured Series Access Systems fast and mistake free. It is a powerful and easy-to-use software solution for most applications and takes “Access Control Simplified” to a new level. With its fast and comprehensive management reports, Hub Manager Professional Software meets the needs of the mainstream commercial access control market. With Version 8.0 of Hub Manager Professional Software, IEI provides new features and improved functionality for access control."; 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 = ''; } }