var fDesc=new Array(); fDesc[0] = "The Remote Infrastructure Management (RIM-600) System gives you the ability to remotely monitor, record and analyze environmental security and safety conditions in your data center and equipment rooms.

Each RIM-600 Host or Node supports up to eight external sensors and will automatically poll up to 64 IP addresses per module using a scheduled network ping and port service tests (HTTP, FTP, email, etc.). No special wiring is required. Connect up to 31 Nodes to each Host through your network and monitor up to 256 environmental sensors and 2,048 IP addresses and ports anywhere in your network. Additionally, one PowerGate Module can be connected to each Host or Node Module to provide remote reboot capability for up to 256 outlets."; 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 = ''; } }