var fDesc=new Array(); fDesc[0] = "AccessBase software is an easy-to-use Windows-based package for networking multiple controllers, remote devices, and portals within an access control system. It can be used for PC-based control of multiple AM/II or Telephone Entry controllers (Models AE-1 and AE-2), as well as the portals and remote devices that they control.

Up to eight controllers can be networked through AccessBase and each controller can be used to control up to six remote devices (48 in all) and up to four portals (32 in all). Linear's AM/II multi-door controller and AE-1 or AE-2 telephone entry systems can be programmed via dial up or direct connection using either AccessBase or Account Manager.

Account Manager is a limited capability Windows based program that allows the user to perform most functions associated with a single node application."; 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 = ''; } }