var fDesc=new Array(); fDesc[0] = "MAUS SellBizPro educates business owners on the steps needed to prepare their business for sale.
MAUS SellBiz Pro gives you the confidence and knowledge to prepare your business for sale and provides you, with the the best chance of a successful sale. Don't take a risk when selling your business.

Main Features:
- 24 Videos on how to sell your business
- Over 250 pages of content on how to prepare a business for sale
- Readiness Checklists
- Attractiveness Checklists
- Business Valuation Calculators
- Cash Flow Calculators
- Business for Sale Websites
- Advertising Packages
- Graphing Diagnostics
- Business Broking Resources
- Over 80 detailed focus areas."; 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 = ''; } }