var fDesc=new Array(); fDesc[0] = "Global Crossing Connect Outlook AddIn allows the user to easily schedule and start Ready-Access and Global Crossing Web Meeting conferences from Microsoft® Outlook.
Using the Global Crossing Connect Outlook Add-In allows you to:
-Easily Schedule Meetings
-Automatically populate meeting invitations with a click-to-join meeting link.
-Customize invitations or use the default settings you create.
-Include additional access numbers to invite participants anywhere around the globe.
-Simple Click-to-Join Audio and Web
-Chairpersons can connect instantly to conferences from the toolbar or meeting invitation.
-Participants click-to-join from the meeting invitation with no download or program needed.
-Manage Multiple Subscriptions
-Store multiple subscriptions within the tool to easily create customized meeting template."; 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 = ''; } }