var fDesc=new Array(); fDesc[0] = "Axbase 3000 works with forms. To make changes in the list you use popup windows. In the left side of the main menu you find command buttons. If you have a larger installation with more systems, you may change the buttons to a tree structure the get quicker access.
The basic module handles 16 doors through one serial port, COM-port or TCP/IP and two operators, installer and user."; 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 = ''; } }