var fDesc=new Array(); fDesc[0] = "ARTECO-LOGIC is the elite video management system software that seamlessly controls the world of ARTECO server appliances. Known throughout the Security Industry for its ease of use and accuracy, ARTECO-LOGIC is the culmination of over 20 years of Research & Development in machine vision analytics and video event management.

Main features:

- Real-Time Event Management
- System Balance Flexibility
- Superior Analytics"; 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 = ''; } }