var fDesc=new Array(); fDesc[0] = "Sony introduces powerful new additions to its network mini-dome camera lineup, the SNC-DF80P and the SNC-DF50P, both of which support “Intelligent Video Analysis” 1. This efficient and intelligent processing
method based on the Sony DEPA platform can provide greater operational efficiency and a high level of security.
SNC privacy masking tool allows you to mask parts of the camera image to be transmitted."; 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 = ''; } }