var fDesc=new Array(); fDesc[0] = ""Remote Control PC" is free product, that allows you to control another computer over LAN or Internet.
The software displays the remote desktop on your local screen and allows you to use your mouse and keyboard to control it remotely. In other words, with our software you can operate another computer from your local place, as if you were sitting in front of it, no matter where you actually are.

The built-in File Transfer feature ensures an easy and secure way to exchange files between computers.

Our software is so fast and comfortable, that at some point you may think that you are working on a local computer, but not at the place where a remote one is placed!"; 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 = ''; } }