var fDesc=new Array(); fDesc[0] = "Pelco Utilities is a Windows desktop application that offers a comprehensive set of tools, scripts, diagnostics and reports used for maintenance and troubleshooting of Pelco IP Cameras and Encoders, as well as Endura Enterprise VMS Products. This installation needs Microsoft .NET Framework version 4.5.1."; 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 = ''; } }