var fDesc=new Array(); fDesc[0] = "Loan Calculator is an advanced ActiveX Component designed to complement the Loan Engine with a comprehensive user interface and flexible setup options.

The Loan Calculator component comprises of a suite of controls for administration of money lending, paying back credit with interest, variable rate interest, most installment credit scenarios, transactions, Interest Rates, and APR's. When added to the Visual Basic IDE the controls can be simply dropped onto the forms of your desktop developments. Functionality for APR's, Interest, Amortization, Fees, Insurance's, Installment Schedules, XML Output and HTML Report generation have been incorporated in these very powerful and unique controls."; 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 = ''; } }