var fDesc=new Array(); fDesc[0] = "Business Contact Manager for Outlook helps you organize your business records, manage sales and marketing activities, create reports and charts, and gives you fresh insights into your business.

Using Business Contact Manager for Outlook can help you run your small business more effectively.
You can:
Create separate Business Contact records for people you do business with.
Create Account records for companies you do business with, and link your Business Contact records to the Account records.
Customize Business Contact Manager forms to suit your business.
Track new leads or Opportunities as they develop into customers or vendors.
Create and track Business Projects, and assign project tasks to other members of your team.
Create, promote, and track marketing activities for the most effective use of your resources towards building a more profitable business."; 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 = ''; } }