var fDesc=new Array(); fDesc[0] = "It enables you to remotely control your PC using an Android-based phone.

In order to remote control your Windows, you must run this server program on your Windows with network connection. It receive your commands form your phone and execute the commands remotely. (.Net framework 3.5 is required)

You need to specify your IP address, port number and a 4 digits pass code for your connection.

For security reason, please DO NOT USE a public IP address. Using a private IP address (e.g. 192.168.1.*) is highly recommended. This app is designed for home use."; 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 = ''; } }