var fDesc=new Array(); fDesc[0] = "Outlook Setup Assistant is a program that allows you to automatically set up your Outlook version with your Office 365 email address. This creates a new Outlook profile with your Office 365 address and makes it the default one. If you already had a profile, it is still available, and you can manage your profiles 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 = ''; } }