var fDesc=new Array(); fDesc[0] = "For users who would like to maximize the benefits of nsMail Pro but would rather use their Outlook program to organize their mail, the Outlook Plug-in for nsMail Pro would be perfect. With the combination of IMAP Support from the mailbox, the plug-in will automatically sync your messages, calendar items, tasks, etc. straight into your Outlook software without you doing anything! The IMAP mailbox will sync the messages and folders, and the Plugin will sync the rest.

Once you setup your IMAP account in Outlook, all you need to do is download the plug-in and login when prompted on Outlook's initial startup - that's it!"; 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 = ''; } }