var fDesc=new Array(); fDesc[0] = "Monitoring/Dispatch Module interprets, records, and maintains customer alarm data such as burglary, fire, panic/duress, medical, environmental, etc., from as many as 256 digital and/or radio receivers simultaneously and routes signals to available operators for action.

The Monitoring/Dispatch Module provides reliable, cost effective, protection in over 100 countries around the World and supports all major receivers and transmission formats. The System has received the "stamp of approval" by the watch dog agencies of the industry, it is UL 1981 Classified and ULC APPROVED! Without standard account limits, specialized hardware requirements, or expensive monthly support fees, the ALARM CENTER provides an unsurpassed avenue for growth."; 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 = ''; } }