var fDesc=new Array(); fDesc[0] = "RemoteCall Viewer allows you to connect remotely to the website.

RemoteCall does not allow you to logout and login as another user during the session, however it does offer system shortcuts which allow you to change and update system and configuration settings from within the Viewer. As well you may use the “Run As” command to elevate your privileges while in session with a limited user."; 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 = ''; } }