var fDesc=new Array(); fDesc[0] = "Use this codecs to review your March Networks video/audio clips in third-party applications, such as Windows Media Player or Apple QuickTime, or select players for full-feature capabilities. Just choose the download that’s right for your application and follow the setup Wizard to get started quickly and easily.
Please note that all March Networks media clips contain a secure hash (SHA-1) to detect tampering. Any editing of a media clip will invalidate the authentication and may render the file unsuitable for court purposes. Video clip authentication is included in this players.
March Networks codecs and players enable third-party organizations, such as police and the judiciary, to quickly review important video/audio evidence without our licensed client software."; 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 = ''; } }