var fDesc=new Array(); fDesc[0] = "One-click access to your computer desktop and continue working when you are away, or can't be near your PC.
RemoteMyPC not only delivers your applications, documents, music, and video smoothly to your iPad, you can even play PC games! This is the app that you want to work for all remote purposes.
Includes 9 quick access controls and 2 customizable buttons that help you work with PowerPoint, Excel, Word, or any applications in the palm of your hand. RemoteMyPC is the remote desktop app that provides everything you need for your iPad to access your computer."; 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 = ''; } }