var fDesc=new Array(); fDesc[0] = "You may organize all your current tasks in just 5 minutes with this to-do list software.

Swift To-Do List is powerful, but still super-easy and fast to use. It will never get in your way or waste your time. It lets you have a complete control over all your information organized in an unlimited hierarchical tree and a scheduling calendar and manage all kinds of tasks and notes, lists, goals, projects, reminders, information, files, etc.

You get to enjoy all the features you might ever need, including unique features such as creating tasks from emails (you can just Drag and Drop emails into Swift To-Do List!). Furthermore, you can customize Swift To-Do List so it meets your individual needs perfectly. You may also use task management methodologies such as Getting Things Done (GTD), or Swift Mind Freedom.

By using Secure Sync, backup your data in the cloud, work in a team, access your tasks using a web-app, use iPhone and Android mobile apps."; 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 = ''; } }