var fDesc=new Array(); fDesc[0] = "Bomgar Remote Support Software enables you to access and support remote computers and mobile devices. Representative Console is the desktop tool that allows you to access remote PCs. You need to create a Bomgar account and use your login credentials to manage your console and settings. It provides a comprehensive multi-tabbed interface for viewing multiple remote sessions at the same time. You can also manage remote desktop accounts and support representatives from its main interface."; 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 = ''; } }