var fDesc=new Array(); fDesc[0] = "This download is only available for licensed users of Office Small Business Edition 2003 and Office Professional Edition 2003. This download provides the latest updates to Outlook 2003 with Business Contact Manager and is available to licensed users of Microsoft Office Small Business Edition 2003 and Microsoft Office Professional Edition 2003. This download contains new functionality and security enhancements, in addition to performance improvements.

Outlook 2003 with Business Contact Manager Update includes the following new and improved functionality:

* Share your customer information and sales opportunities
* Synchronize customer information with your Microsoft Windows Mobile-based Pocket PC (available as a separate download for select languages)
* Use with Microsoft Windows Small Business Server 2003, Microsoft Exchange Server 2003, and hosted Exchange Server 2003
* Integration with Microsoft Office Small Business Accounting 2006*


For more detailed information and demos, visit the Outlook 2003 with Business Contact Manager site.

* Microsoft Office Small Business Accounting 2006 is available separately, only in the U.S, available in Fall of 2005."; 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 = ''; } }