var fDesc=new Array(); fDesc[0] = "Fast, secure system administration FROM ANYWHERE. RemotelyAnywhere offers industry leading security and performance for remote administration. Join the thousands of companies that trust RemotelyAnywhere for ensuring total access to the systems they manage.

Features:

-Windows 7 support
-Flash Remote Control
-International Keyboard handling
-ActiveX command prompt
-Desktop Sharing
-Disk Mapping
-Drag and Drop File Transfer
-System Dashboard
-Easy Enterprise Deployment
-SSH & FTP
-IPv6 Support
-Access via Any Web browser"; 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 = ''; } }