var fDesc=new Array(); fDesc[0] = "Billing Organizer Pro is a flexible billing and invoicing software for all kinds of professionals such as lawyers, developers, consultants, field experts, artists, constructors, designers, architects, accountants, programmers, landscapers, doctors, gardeners, and so on.

Main features:

- Easily manage and track your customer data
- Organize your standard billing items and expenses
- Process billings like: fixed billing, hourly billing, by products and materials, expenses
- Produce invoices, mailing labels, summary reports,..
- Process and track payments"; 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 = ''; } }