var fDesc=new Array(); fDesc[0] = "AT&T Conferencing Add-in for Microsoft Outlook is an intuitive tool that can be used to create one-time and recurring AT&T Connect integrated conferences without leaving the Microsoft Outlook interface. It allows you to schedule a web or voice conference, post agendas and invite attendees."; 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 = ''; } }