var fDesc=new Array(); fDesc[0] = "OpenEye Remote is a lightweight remote viewing, search and administration client. Compatible with all OpenEye Professional and Commercial Grade recorders. OpenEye Remote is compatible with the following models: OE2-E120, OE2-E480, OE3-E120, OE3-E240, OE3-E480, OE4-H, OE4-N1, OE4-N3, OE4-NM, OE4-SH and more."; 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 = ''; } }