var fDesc=new Array(); fDesc[0] = "El Dorado Utility Billing software is uniquely designed to support billers of metered and flat rate water for residential, commercial drinking water, irrigation and wastewater. The billing system is adaptable to support both residential and business customers in a single or multi-user billing environment.

Our flexible billing rate structures for the water industry allows bills to be customized for based on your needs – not on the limitations of the billing system. Our water billing customers include municipalities, apartment complexes, associations, billing clerks, accounting firms and mobile home parks."; 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 = ''; } }