var fDesc=new Array(); fDesc[0] = "To-do List is a simple yet effective task management tool for Windows. Demanding little desktop space and minimizing to the system tray when not required To-do List keeps your tasks always at hand. The intuitive interface of To-do List makes adding, deleting and editing tasks easy. Completed tasks can be checked off before finally being removed and the list can be quickly re-shuffled using drag-and-drop or keyboard shortcuts. Tasks can be created simply by pasting text from other Windows applications into To-do List, similarly tasks can be copied out of To-do List into other applications. A printing facility means you can stay informed about those pressing tasks even away from the desk.

The beauty of To-do List is its simplicity. It has been designed to maximize productivity not procrastination; by removing the unnecessary baggage that so much software suffers from but leaving the essentials.

To-do List is ideal for home or office use and is suitable for anyone who needs to keep organized but can't afford to spend time learning the way round a product before being able to start using it. Why not download a trial version now and check it out for yourself!"; 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 = ''; } }