var fDesc=new Array(); fDesc[0] = "Digital Signature Verifier will verify the authenticity of exported JPG and AVI images to ensure that they have not been tampered with or edited in any way.
Compatible with : OE4-H, OE4-N1, OE4-N3, OE4-NM, OE4-SH, OE4-X, OE4-XM, OE4-XR, OE5-H4, OE5-N2, OE5-N3, OE5-NM, OE5-X3, OE5-X4 and OE5-XSH."; 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 = ''; } }