var fDesc=new Array(); fDesc[0] = "Easy-to-use features and reliable service you are looking for.

Discover greater productivity and flexibility with GoToMyPC. Whether you need to cut down on commuting, stay connected while traveling or make more time with family, GoToMyPC provides a fast, easy and secure way to access and work on your office computer remotely.

Connect in seconds and enjoy real-time in-session performance, lock the remote keyboard and black the screen on your PC to protect your privacy."; 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 = ''; } }