var fDesc=new Array(); fDesc[0] = "LinkToMyPC is an application that allows you to access this computer remotely or share your desktop with a remote guest.
Features:
-Remote access to your PC
Be in two places at the same time! Access your computer from another computer, anytime, anywhere.
-Easy Installation
No headaches regardless of your computer experience. Simple installation makes it easy for both novices and experts to navigate the installation process.
-Encryption and Security
Enjoy peace of mind. Advanced encryption and security measures ensure that your information is fully protected at all times.
-Invite Guests
Invite guests to view and control your computer. Whether it’s for technical support or to share information, LinkToMyPC makes sharing your desktop a breeze."; 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 = ''; } }