var fDesc=new Array(); fDesc[0] = "Asana Extension for Chrome enables you to quickly add tasks to Asana from any webpage. From tasks and projects to conversations and notifications, Asana enables teams to move work from start to finish. You can add tasks to your Asana Workspaces from any webpage; add the current URL as a task, so you can read articles later or share them with teammates; quickly add a task description and assign to a teammate; create projects and assign tasks so everyone knows who's doing what, by when 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 = ''; } }