var fDesc=new Array(); fDesc[0] = "The FC-1ETHN is a bidirectional RS-232 or RS-485 to Ethernet Interface. It allows RS-232 and RS-485 controllable Kramer devices to be controlled via an Ethernet or LAN connection.
- Interface - RS-232 & RS-485.
- Control - Windows®-based configuration management software for serial and network programming (including routing mode settings, network settings, serial settings, and destination device settings).
- Compact Kramer TOOLS™ - 3 units can be rack mounted side-by-side in a 1U rack space with the optional RK-3T rack adapter."; 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 = ''; } }