");
body = (body + "");
body = (body +"");
body = (body +"
Amortization Table
");
body = (body +"The following table is based on the information entered in the calculator form. ");
body = (body +"Mortgage Amount: " +formatCurrency(tmp1));
body = (body +" Interest Rate: " + tmp2 + " %");
body = (body +" Mortgage Length: " + tmp3 + " Years ");
body = (body +"
");
currInterest = 0
currPrin = 0
currStart = parseInt(currStart)
currStart += 1
if(currBalance<=0) {
return(true)
}
}
return (true)
}
function MyCheckEnteredValue(element) {
var lField = ltrim(rtrim(String(element.value)));
myReg=new RegExp("^[0-9]*\\.?[0-9]*$");
if (!(myReg.test(lField) && lField!='.')) {
alert("Only numeric values are allowed!");
element.focus();
element.select();
return false;
}
element.value=lField;
return true;
}
function rtrim(argvalue) {
while (1) {
if (argvalue.substring(argvalue.length - 1, argvalue.length) != " ")
break;
argvalue = argvalue.substring(0, argvalue.length - 1);
}
return argvalue;
}
function ltrim(argvalue) {
while (1) {
if (argvalue.substring(0, 1) != " ")
break;
argvalue = argvalue.substring(1, argvalue.length);
}
return argvalue;
}
// -->
Calculators are based on a 30 year fixed rate mortgage. Rates and payments will be based on individual credit, income and asset critertia.
Or simply Contact us today to help you figure out an estimate.