var fDesc=new Array(); fDesc[0] = "Hangouts Plugin for Microsoft Outlook allows users to schedule meetings and join Hangouts video calls from Microsoft Outlook. The plugin adds two buttons to the Office Ribbon for Outlook Mail and Calendar: one for scheduled and one for unscheduled video calls. You can schedule a Hangouts video call with other Outlook users in your company with a single 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 = ''; } }