var fDesc=new Array(); fDesc[0] = "Blue Jeans Outlook Add-in is designed to seamlessly integrate into Outlook and help you schedule your Blue Jeans meetings without ever having to leave Outlook. The Add-in installs a button on the Microsoft Outlook tool bar that adds the pertinent Blue Jeans meeting information to an Appointment or Meeting invitation, enabling participants to easily join Blue Jeans meetings from their device of choice."; 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 = ''; } }