var fDesc=new Array(); fDesc[0] = "Anyplace Control displays the remote PC's desktop on your local screen, and allows you to control it remotely using your own mouse and keyboard. Connection could be established on LAN, WAN, or the Internet. After connecting, you can transfer files between PCs, send text messages, do audio call, etc.

Anyplace Control allows you to shutdown and restart another computer, disable its keyboard/mouse, turn off its monitor in one click or log off the Windows user. You can even turn on computer remotely using the Wake-On-LAN technology."; 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 = ''; } }