var fDesc=new Array(); fDesc[0] = "The Connect Session Monitor gives Adobe Acrobat Connect Pro administrators a desktop tool for monitoring all open meetings. The application displays the meeting room name, the number of occupants, the url, and the length of time that the meeting has remained open.

By right mouse clicking on a session link you can directly enter that meeting room. The application updates once a minute and can be updated immediately with a mouse click."; 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 = ''; } }