var fDesc=new Array(); fDesc[0] = "The GV-NVR (Network Video Recorder) records video and audio data over TCP/IP networks. With up to 32 channels of pure IP surveillance, the GV-NVR offers the same functions as GV-Series Surveillance System. From monitoring features to video analytics as well as integration with LPR, POS/ATM and Access Control systems, it stands as one of the most comprehensive IP surveillance software in the security market."; 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 = ''; } }