var fDesc=new Array(); fDesc[0] = "Email2Task is an add-in for Microsoft Outlook opening new ways to take control of your e-mail Inbox and organize your information in Outlook. This add-in allows you to speed up routine tasks, to create Outlook task from email message or convert email to appointment in Outlook in just 2 clicks. With Email2Task you can turn email to calendar events, convert email to task and attach email and more."; 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 = ''; } }