var fDesc=new Array(); fDesc[0] = "yGreenPC Remote PC Access service is designed to allow you simple, fast and secure way to access your pc from anywhere in the world. The core terms related to a remote access service are the Host Computer and Client Computer.
Host Computer: Also called Host PC, is the computer that you want to access remotely. E.g. you want to access your home computer from the work computer. In this case your home computer would be the Host 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 = ''; } }