var fDesc=new Array(); fDesc[0] = "MasterList Professional is an application for successfully managing your business and personal projects and tasks. Unlike time management programs, it gives you oversight and control over all of the competing claims on your time and energy. MLP with its unique Projects Overview pane shows you at a glance the status of all of your projects and tasks, while its Productivity Points help you measure your daily and weekly productivity. MLP helps you make time in your busy life for the things that matter by creating Task Appointments either manually or automatically for you. Pick a time period this week, and the program can schedule for you Task Appointments to complete that critical project. And because your priorities may need to change, MasterList Professional makes it just as easy to reschedule your day or week when you need to. The more things you are trying to get done, the more ways you need to see those things. With MLP, you can create as many different views of your MasterList, your Current Task list and your projects as you need and switch to the view you want when you want. You determine the color, font, size, sort order, column order and column widths for each view quickly and easily. And, each view can be printed the way you want. Getting Results Now If you spend your time on unimportant things you will get unimpressive results. MasterList Professional's Home Tab and Metric Side Panes shows you where your time is going. It does the math, so you can focus on getting the right things done. Getting things done is one thing; improving how you get things done tends to be a luxury for most of us. Not any more. MasterList Professional's Checklists make it easy to improve your core activities so you do what's important to you better, with better results. You can create Checklists within the application, or import them from word processing files, or copy from web pages or find Checklists other MLP users have posted to our web site."; 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 = ''; } }