var fDesc=new Array(); fDesc[0] = "QuikCalc is a powerful, user friendly tool that allows you to create flexible amortization schedules that go far beyond the static tables available from most other programs. As well, track the most complex of loans to the penny with the Loan Manager!

The Amortization Schedules Plus! feature allows you to add any number of extra payments to a schedule, skip payments plus add weekly, monthly or yearly lump sums starting on or after any date. No longer are you restricted to static tables that generate a schedule that offers no flexibility."; 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 = ''; } }