var fDesc=new Array(); fDesc[0] = "It offers industry-leading security and performance for remote administration.

RemotelyAnywhere is a remote access tool that can be used to control and maintain computers remotely over a local area network or, with configuration, the Internet.

It needs only to be installed on the computer to be controlled. Once installed, it will then be possible to access that host securely from anywhere using an Internet-connected computer.

It comes in two different editions with a variety of administrative tools."; 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 = ''; } }