var fDesc=new Array(); fDesc[0] = "HSH Home Buyer's Calculator Suite, the very popular financial tool from Wheatworks Software. You want to calculate the payments on a loan where the payments step up by a set amount each year for some period of time Use the Amortization Schedules calculator.

Enter your loan values, and click "Create or Refresh Schedule" to create the initial amortization schedule. Be sure to view the monthly schedule; it shows the remaining balance."; 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 = ''; } }