var fDesc=new Array(); fDesc[0] = "Access and control your computer from anywhere remotely using Remote Desktop for Windows Phone 7. It gives you full control of your computer's mouse and keyboard which let's you perform any action on the your desktop as if you were sitting in front of it!.

Currently, because of Windows Phone 7 platform restrictions, we require users to install WP7 Remote Desktop server and a VNC server program to setup their computer for remote access from phone.

Main features:

-The only application on Windows Phone 7 that gives you full access to remote computer's keyboard, mouse and screen!
-Zoom in and out on the desktop screen
Use regular pinch gesture on screen to zoom in and out on a particular area of the remote screen
-Easy and intuitive control
If you know how to use your phone, you already got control of your computer through the phone!"; 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 = ''; } }