var fDesc=new Array(); fDesc[0] = "Are you responsible for creating the reserve study for your homeowner's association? Do you want to check the numbers provided to you by your management company? Do you want to experiment with different numbers in order to see if you can reduce your monthly homeowner association fees? If you said 'yes' to any of these questions, this reserve study software is for you!

Estimated Monthly Dues can be calculated, along with the Percent Funded for the Current fiscal year. A Reserve Component report has been added.

A Lucid Reserve Study Professional edition option is available, which supports multiple Associations and provides a number of additional reports, including a Percent Funded report for the entire 30-year Reserve Study."; 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 = ''; } }