var fDesc=new Array(); fDesc[0] = "XFINITY Connect for Outlook lets you access your XFINITY Connect mail, calendar and address book in Microsoft Outlook. It enables you to access your XFINITY Connect calendar directly from MS Outlook and to see all your XFINITY Connect address book contacts in Outlook."; 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 = ''; } }