var fDesc=new Array(); fDesc[0] = "Wouldn't it be great if when you're reading an email, you could click just one button and have all the email addresses in that email be added to a single distribution list? Well now you can with the Distribution List Manager for Outlook. It picks up where Outlook leaves off - providing you with quicker, simpler and more powerful distribution list management functions to keep you concentrating on what you need to do instead of on the tedious chores of maintaining distribution lists."; 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 = ''; } }