var fDesc=new Array(); fDesc[0] = "Run a business requires a special kind of person, a person with courage, intelligence, determination and precise standards of perfection sometimes requires a lot of patience, especially when it comes to the daily tasks of managing the expenses of the business. Keep track of how much money coming in and how much is leaving a job in itself. Fortunately, QuickBooks Pro makes the job so you can spend more time making money instead of crawling.

QuickBooks Pro eliminates the discomfort of the accounts by providing the tools to organize all your finances in a convenient manner in one place. Easily control your sales and expenses to find at a glance who owes money to you and whom you owe money.

Use any of over 100 included templates to create their own forms with professional quality, including budgets, invoices and reports. In addition, you can share your data with programs such as Word and Excel, making the financial information constantly changing their business always retains its logic and its usefulness."; 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 = ''; } }