var fDesc=new Array(); fDesc[0] = "Bomgar Jumpoint enables support reps to gain remote access to remote desktops and servers on a separate network. This is ideal for larger companies that have multiple networks and locations, but only one support team. Installing a Jumpoint on a system within a remote network enables a support rep with administrative privileges on that network to gain access to any Windows system on the network."; 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 = ''; } }