var fDesc=new Array(); fDesc[0] = "Compared to traditional analogue solutions, LILIN’s CMX system has the benefit of easy installation. For example, an analogue system with a traditional PTZ camera would require a RS-454 cable, analogue BNC cable, alarm DIO cables and power cable. Using LILIN’s digital solution, the installation can be reduced to one RJ-45 cable with PoE, providing significant time and cost savings."; 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 = ''; } }