var fDesc=new Array(); fDesc[0] = "BusinessMan allows companies to manage all aspects of their business from prospect first contact to invoice. Never before has there been such a powerful system with so many features at such a price point.

BusinessMan has full Customer Relationship Management software giving complete administration of all customer records. Letters faxes, emails are kept in the FileMaker Pro database. Business CRM & customer CRM software package including tracking/monitoring.

Management using drag and drop to store documents into BusinessMan. Manage user access to each document and store an unlimited number of files in FileMaker Pro.

Manage your supplier and supplier contacts, view order history and previous product costing, track communications and make payments.

View graphs and reports on sales and financial snapshots. Keep up to date on telephone calls, quotations and customer activity."; 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 = ''; } }