var fDesc=new Array(); fDesc[0] = "It lets you build your own GTD system to make your life stress free. LiveGTD Wizard has rich step by step tools:
-Inbox Tool lets you - Collect things that command your attention.
-Process Tool lets you - Process the stuff and decide what to do next.
-Project and Action Management Tools let you - Organize, Review and just Do them.
-More Tools lets you - Manage your GTD context, references, reminder list, etc.
LiveGTD Wizard is super useful and easy to use."; 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 = ''; } }