var fDesc=new Array(); fDesc[0] = "Task Plus is an advanced task manager for Windows. This software has been designed to provide us with a customizable calendar, task manager, alarm, countdown timer, charts, 12-Months calendar, password manager, search and filter options, and many more. When adding a task, we need to select the time and date, with/without alarm, category (family, recreation, work, or personal) and write a note (optional). We can also create and use abbreviations to make the task editing easier and faster. We can also view the chart of activities for the specified period. This program is highly customizable to suit our preferences; we are allowed to change the color (calendar, background color, to-do task, completed task and so on). It is possible to print the task list, edit and change fonts, font size, etc., all these from the program main window. There is a free evaluation version that is available for downloading from the developer's website. Task Plus runs under the following operating systems: Microsoft Windows XP, 2000, ME, and 98."; 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 = ''; } }