var fDesc=new Array(); fDesc[0] = "This versatile software application has been designed to complement the range of control system products from AW Communication Systems. It is a Windows based program that is simple and intuitive to configure and easy to use.

Clear and precise indicators, the layout of which can be user configured, allow complex dispatching tasks to be undertaken with ease.

Main features:

- Intuitive & simple to use
- Fully configurable screen layouts
- Integrated radio and telephony control
- Full selective calling facilities
- TETRA PEI control
- User/supervisor access password protected
- DS-32/TRICX versions available
- Local instant-replay recording
- Remote operators over IP (natively for TRICX or via TRip connection for DS-32)"; 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 = ''; } }