var fDesc=new Array(); fDesc[0] = "GTDOA helps you to process your inbox and assign actions throughout Outlook, including your Task List, Calendar, Journal Entries, and Notes.

Main Features:

- Automated Setup — We do all the grunt work configuring Outlook so you don't have to trudge through any setup guides. In 5 minutes you can be ready to start Getting Things Done® in Outlook®.
- Easy-to-Use Buttons — No more dragging items to folders in Outlook, filling in custom fields, or creating complicated filters. You only need to click one button while we do the repetitive actions of creating the Outlook Task, copying the email content to the task, filing the email in the correct folder, and associating the action in Project Central.
- Optimized GTD Views — GTDOA comes packed with all the views you need to manage your Next Actions, Appointments, Deferred Items, and Delegated Tasks. Regardless of how you like to view your content, we have created the optimal view for Getting Things Done®. Completing your Weekly Review has never been easier."; 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 = ''; } }