var fDesc=new Array(); fDesc[0] = "MultiView - Connect up to 128 Cameras on ten different Remote Eyes Servers!

MultiView also supports viewing of up to 32 cameras at one time with multiple monitors.

Key building block for Video Central Station Monitoring.

Compatible with all versions of Remote Eyes, including Remote Eyes servers, Fortress Servers, Mini-Servers, and Watchdog Pro.

Available as software only or bundled with a compatible monitoring workstation."; 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 = ''; } }