" ) ;
newWindow.document.write( "| " + " " + "<\/td>" ) ;
newWindow.document.write( " | " + round(SumI) + "<\/td>" ) ;
newWindow.document.write( " | " + round(SumP) + "<\/td>" ) ;
newWindow.document.write( " | = totals paid<\/strong><\/td>" ) ;
newWindow.document.write( "<\/tr>" ) ;
newWindow.document.write("<\/table>") ;
newWindow.document.write("These results assume that the first payment was made in ")
newWindow.document.write(document.loandata.FrstPayMo.value + "\/")
newWindow.document.write(document.loandata.FrstPayYr.value + ". ")
newWindow.document.write("This table is designed to double check the values provided by your loan company each year. ")
newWindow.document.write("Because of round off procedures, errors in the 'total principal paid' on the order of 0.50 (0.0003%) have been seen. ")
newWindow.document.write("Where discrepancies of this size occur, the loan company's version should be favored.")
newWindow.document.write("<\/BODY><\/HTML>")
newWindow.document.close()
// End hiding script from old browsers -->
}
function round(x)
{
return Math.round(x * 100) / 100;
}
Site maintained by
Charles Snygg (
[email protected])
|