var fDesc=new Array(); fDesc[0] = "Raritan Remote Client (RRC) is a graphical user interface for the Raritan Dominion KX and IP-Reach product lines, providing remote access to target servers connected to Raritan KVM over IP devices. Non-Windows users must use Raritan Multi-Platform Client, and Windows® users running Internet Explorer must use Raritan Remote Client. Most users access RRC via Internet Explorer, while other users, particularly those operating over a modem connection, invoke RRC standalone. Both options are detailed below. Modem use is not supported with Raritan’s Dominion KX101."; 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 = ''; } }