var fDesc=new Array(); fDesc[0] = "Mind On Track is first in the world task manager with builtin mind maps! You can create mind map while brainstorming your problem and convert it into a set of projects and actions. Mind On Track is not just a list of tasks but also great assistant in GTD processes such as collecting your thought to Inbox, weekly review, next actions lists grouped by contexts and so on."; 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 = ''; } }