var fDesc=new Array(); fDesc[0] = "Professional management solutions for the security industry. Includes: Analizer software, Active security and export modules for the viewing program Based on Firebird database
It's an automatic real time control system. Doesn't need operators to manage the system. It sends alarms about start and end of the services.

Main features:

-Online control centre
-Automatic system. Unmanned
-Manages, controls and tells you the start and finish of your services.
-You know the status of your patrols in real time
-Communicates alerts and incidences by text and email
-Generates reports with entry and exit times. Audits the service"; 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 = ''; } }