var fDesc=new Array(); fDesc[0] = "Usoris Remote Utilities™ is remote desktop software that provides easy and secure access to a remote PC. With Remote Utilities, you can view the remote screen and operate its mouse and keyboard as if you were sitting right in front of it.
Remote Utilities can connect over either a LAN or the Internet. In either case the connection can be established directly using an IP address1, or indirectly using the Internet ID — a firewall bypass feature that is today’s standard for advanced and powerful remote PC access software."; 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 = ''; } }