var fDesc=new Array(); fDesc[0] = "VIP Simple To Do List - is a fast and convenient tool for household, students, teachers, and everyone who wants to bring order to the chaos of their everyday tasks. It will help you to quickly and easily organize your tasks, the shopping list, home cleaning plan, the list of things to do for a holiday or a picnic, into a prioritized to-do list, as well as to print or publish it in a form convenient for you.

The program has an easy and intuitive interface and a host of possibilities to customize it for your needs, here comes a brief list: Customizable toolbars, Floating panels, Customizable task list grid.

Our program has a unique feature allowing to group tasks by one or several fields, and to represent it in a form of a tabular tree. For this you only need to drag the required field onto a special zone above the grid.

The program lets you set reminders about tasks in the form of a message, melody, or send an e-mail with a reminder."; 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 = ''; } }