var fDesc=new Array(); fDesc[0] = "Nozbe makes it easy to manage your projects. You can share projects with people on your team, delegate tasks, attach comments to tasks or files to projects. You can even invite someone to work with you without asking them to set up a Nozbe account. It lets you integrate Evernote, Google or Microsoft Office documents, Dropbox files, and other online services."; 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 = ''; } }