var fDesc=new Array(); fDesc[0] = "The Wrike Outlook and Apple Mail Add-ins help bring Wrike to your inbox. With the add-ins you can: create new tasks, convert e-mails into tasks, and quickly edit task attributes. When you get a notification about a task, it appears in your inbox as an e-mail message. Click on the message to view the task in the Task View and interact with it similarly to how you would in the Wrike Workspace."; 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 = ''; } }