var fDesc=new Array(); fDesc[0] = "AXIS Companion video management software is designed for small businesses needing to monitor their premises, people and assets. It offers quick and easy system setup and intuitive operation.

Main features:
- Secure remote access to video.
- Mobile app for freedom of use.
- Quick, simplified system set-up.
- Scalable and future proof."; 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 = ''; } }