var fDesc=new Array(); fDesc[0] = "Smart To-Do is easy to use but powerful tool that will help you manage your daily tasks more effectively.

Main Features:

- Cute and easy to use
Residing in the Windows tray Smart To-Do is always right at your fingertip ready to obey you. It sports a convenient tab-based interface which helps you to organize your tasks better. Sort your tasks by priority or by due date and finish the most important ones first.

- Wild but organized
Add and edit tasks with ease. For every task you can specify details like a long description and an attachment which can be a file or a folder related to this particular task. Further you can categorize every task and filter it accordingly.

- Never miss an important task again
Every task can have a reminder which will alert you when the task is due. How useful is a task if you forget about it? You will never miss meetings or appointments again!

- Yellow Notes
Do you need a nice way to have notes on your desktop? You can turn every task to a sticky yellow note and place it wherever you want!

- Have your tasks always with you
Print the tasks to paper and have them with you. Or export them to Excel for a thorough analysis."; 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 = ''; } }