var fDesc=new Array(); fDesc[0] = "APT is a terminal program specifically designed for the Andover Controls Infinity/Continuum/AC256/AC8 panels. APT fully supports the AC256 and AC8 as well as the Continuum/Infinity line.

Main features:
-Multiple simultaneous connections.
-Variable Watch for viewing dynamic custom reports.
-History Charts for graphically displaying historical data.
-Keyboard Macros for one keystroke execution of complex commands.
-Keystroke Recall for repeating recently typed commands with inline editing.
-Transmit File for reloading panel memory or programs.
-Capture File for making a backup of the panel memory or saving reports.
-Telnet Connections for accessing terminal mode over the Internet or local network.
-COM1-COM8 supported."; 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 = ''; } }