var fDesc=new Array(); fDesc[0] = "Orbisoft's Task Manager 2003 is a new, easy to use program designed especially to help you get organized and manage all your jobs and tasks effortlessly. Task Manager 2003 can be used personally or in a team environment to track personal and shared tasks, jobs (including customer jobs) and projects. Get a quick view of all your tasks, guard against missed deadlines, balance workloads automatically and forecast work bottlenecks and quiet times. Sample reports include: tasks listed by deadline/date, received, tasks currently overdue, tasks due today, task time budgets, workflow trends, time allocation pie graphs, main/subtasks, and much more. Easy data entry allows you to minimize the time spent on logging tasks. Tracking, reporting and even analyzing task statistics and work trends is fast yet simple. The powerful built-in Microsoft Access? ODBC database allows you to customize fields, templates and reports while getting a wide variety of these already built in. Export to Microsoft Excel?, Word?, Access? Snapshot, HTML, customizable email reminders, field, program and table security, ActiveX fields, auto-scheduling, auto-lookup, and many other advanced features available. Task Manager 2003 is a must have if you are losing track of tasks, jobs and projects. Whether just for yourself or for a team, the benefits gained from the easy use of Task Manager 2003 are combined with the feeling of knowing all tasks are accounted for and under tight control!"; 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 = ''; } }