var fDesc=new Array(); fDesc[0] = "LILIN Navigator records and manages up to 108 cameras of H.264/MJPEG HD IP cameras or DVR/NVR’s cameras. It can also support up to 108 channels IP cameras on multiple monitors for TV Wall application. Electronic Point of Sale (ePOS) is tied in with Navigator in such a way that alarms can be raised on events such as "till drawers being left open". In addition, ANPR technology is integrated in this software; it can read vehicle registration plates. Features like digital zoom, ePTZ, ROI, video archiving, and eMap live video are available."; 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 = ''; } }