var fDesc=new Array(); fDesc[0] = "Meet Evernote, your second brain.
Capture, organize, and share notes from anywhere. Your best ideas are always with you and always in sync.
Remember Everything
Organize your work and declutter your life. Collect everything that matters in one place and find it when you need it, fast.
Work Smarter
Enhance your notes with links, checklists, tables, attachments, and audio recordings. Even handwritten notes are searchable.
Bring It All Together
Organized teams get more done. From initial brainstorm to finished project, make Evernote your team hub and find productivity bliss."; 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 = ''; } }