var fDesc=new Array(); fDesc[0] = "WiseMo Guest enables the computer user to remote control and interact with another computer running a WiseMo Host or extended Host.
The WiseMo remote support and management solutions for PC and server are designed to give IT professionals solid and versatile tools for on-line support.
The solution is based on an RSM Host, which is installed on the users' PCs or on servers and an RSM Guest which is controlled by the supporter. WiseMo RSM allows the supporter to take control over any PC or server without having to be physically present. The Guest and Host connect via password protected communication on a secured proprietary transport layer. This means that the support and management can be undertaken without fear of security breaches (eavesdropping)."; 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 = ''; } }