var fDesc=new Array(); fDesc[0] = "Remote Assistance Helper was created to eliminate the need to keep track of each name by presenting the IT professional with a real-time list of machines that are available on the Domain or Workgroup. Just select a machine from the list and choose either Remote Assistance or Remote Desktop to be automatically connected to the remote machine."; 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 = ''; } }