var fDesc=new Array(); fDesc[0] = "Jott for Outlook is a wonderful application that enables you to easily create tasks, drafts emails, and appointments while your are away from your computer. In order to use this program you will have to be subscribe as one of Jott’s premium accounts. What is great about this application is that you can sync your Outlook address book with Jott and create Jott Reminders for any Outlook email, calendar appointment or tasks.

The user interface is really intuitive and simple, and the only thing you have to do is log in to your Jott account. You can also set a proxy server to connect to Jott as well as configure it to send SMS reminders when creating an appointment, task or draft. It also allows you to add a Jott footer to Outlook items or add context menus. This program can be extremely useful if you generally use two different computers, for instance one at work and one at home, and you want to have everything organized in only one Outlook application.

The program supports Windows XP, 2003, and Vista and the 2002(XP), 2003, and 2007 versions of Outlook."; 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 = ''; } }