var fDesc=new Array(); fDesc[0] = "Bid-n-Invoice Lawn Care is an Estimate and Invoice program for the Lawn Care professional. This software program allows you to print Estimates, Invoices, Work Orders, Credit/Refund statements and Past Due Notices.


Flexible billing, you can Invoice customers weekly, bi-weekly, monthly or even just when needed.
Set your customers up in groups to allow you to print with just one button click."; 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 = ''; } }