var fDesc=new Array(); fDesc[0] = "MHS Financial Calculators is an easy and powerful financial tool that can help you calculate your investments and loans. It is able to find term, interest rate, present value, payment, and future value on either Ordinary annuity (End) and Annuity due (BGN). MHS Financial Calculators has term calculator and interest rate calculator to help you to determine the compound interest rate and term in weekly, bi-weekly, monthly, quarterly, Simi-annually, and annually, so you don't have to be an accountant or a business professional to use this financial calculator.

MHS Financial Calculator came with amortization schedule and you can easily print a beautiful report of amortization schedule. In this financial calculator, you can calculate many loans at the same time without clearing it by just clicking on new tab and another financial calculator will pop up for you to calculate a different one. In addition, it also came with a Residential income estimate profit calculator, a Residential estimate budget to buy a new home calculator, a CD Calculator, an Auto Loan Calculator, an Auto-Rebate Vs Low Interest Rate calculator, and a Loan Calculator. All of the loans calculators are able to calculate your addition payment and show you how much you save from interests and the remaining years of your loan."; 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 = ''; } }