var fDesc=new Array(); fDesc[0] = "Lunatask is an all-in-one privacy-focused todo list, notebook, habit and mood tracker, and pomodoro timer. Lunatask remembers stuff for you and helps you prioritize what to work on next. Choose from a variety of productivity techniques like Kanban, Must/Should/Want method, or Eisenhower Matrix to get stuff actually done. Track progress on your habits and see how they affect you. Markdown and end-to-end encryption included."; 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 = ''; } }