var fDesc=new Array(); fDesc[0] = "5AAHD was developed by 5A Systems, the main attributes of the software are: Software 5A AHD Recorder, Software 5A IP Camera Wireless, Software 5A Smart Home and Software 5A IP Wireless.

Basically the software connect to all the 5A Systems products, like video cameras, wireless devices, etc.

On the software itself you can playback recorded videos, watch live camera footage, record footage and others."; 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 = ''; } }