var fDesc=new Array(); fDesc[0] = "EntraPass Corporate Edition is a multiple workstation platform that offers balance between power and affordability in a network environment. It supports Kantech IP Link which provides a secure and affordable way to manage an access control system over a network using KT-100 or KT-300 controllers. It allows you to manage access control, IP video, telephone entry and/or intrusion security assets."; 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 = ''; } }