var fDesc=new Array(); fDesc[0] = "EZ Search is a free program that allows users to quickly find NVRs on the network and connect to web-based interface. In only 5 steps, users can finish Quick Configuration in either local display or web-based interface. When users connect to local display, they can manage live view and configuration easily by a USB mouse and keyboard."; 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 = ''; } }