var fDesc=new Array(); fDesc[0] = "As an independent contractor, time is not always on your side and the last thing you need to worry about is finding an easy to use salon software application that meets your business needs at an affordable price.

Mind Your Business salon software is your solution! With this software you can easily manage:

- Client Information
- Products & Services
- Credit Card Processing
- Expenses
- Vendors
- Payment Transactions
- Retail Inventory
- Appointments"; 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 = ''; } }