var fDesc=new Array(); fDesc[0] = "Chrome Remote Desktop allows you to remotely access another computer through your Chrome browser or Chromebook. You also need to install this tool on the computer that needs to be connected. Computers can be made available on an short-term basis (for remote support), or on a more long-term basis for remote access to your applications and files.

Chrome Remote Desktop works on Windows, Mac, and Linux PCs."; 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 = ''; } }