var fDesc=new Array(); fDesc[0] = "i-Catcher Monitor is a stand-alone application that is designed to display continuously updating HTTP JPEG sources. Such sources include i-Catcher Sentry/Wildlife feeds, i-Catcher Console images, network image sources (such as those from network cameras/video servers, and i-Catcher Video Server).
i-Catcher Monitor allows you to show one or four feeds simultaneously, with the option to expand to full screen, taking advantage of the full desktop space of a PC monitor."; 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 = ''; } }