var fDesc=new Array(); fDesc[1] = "refinances. Loan calculator supports regional currency settings and works with wide range of repayment cycles from 1 month to 50 years."; fDesc[2] = "collection of financial calculations tools, organized into the following six categories: Finance, Depreciation, Loan, Schedules-Cash Flow, General, and Advisors. It offers a very intuitive interface and the system requirements are minimal."; fDesc[3] = "period. Selectable compounding period, selectable calculation method, nice printouts, help. www.mw-plus.com/dic.ht ml"; fDesc[5] = "program is user-friendly, flexible and loaded with useful features that show you where to recover or save money instantly! An absolute 'Must See!'"; fDesc[7] = "for BEFORE you ever have to fill out a loan application."; fDesc[8] = "winning financial application helping you create superb loan schedules and loan output data. Install /Uninstall"; fDesc[9] = "loans. It also accommodates actual date and payment amount tracking. Fiscal year selection and manual amortization"; fDesc[10] = "financial application helping you create superb loan schedules and loan output data. Install/Uninstall"; fDesc[11] = "loan calculator filling in missing terms and payment information. FINCALC will display and print loan amortization schedules considering four types of insurance, miscellaneous fees and charges, and real estate taxes. Calculations for retirement planning and investment annuities are possible. If for example, you need to know the time value of withdrawals given a starting balance, or the amount of money your investment will be worth given a period of time, APR, compounding, and recurring deposit amount, FINCALC will make these calculations easy for you. FINCALC's business calculations are extremely helpful for retailing companies. As an example, you can quickly determine the markup percent, or the cost of an item given the price and markup percent, or the price, given a markup percent and cost. FINCALC has been sold to gift shops, lawyers, bankers, insurance agents, real estate agents..."; fDesc[12] = "program calculates amortization schedules for mortgages, personal loans, car loans and any other kind of loans."; fDesc[13] = "and business use. This is an award winning financial application helping you create superb loan schedules and loan output data. Install /Uninstall"; fDesc[14] = "award winning financial application helping you create superb loan schedules and loan output data. Install/Uninstall"; fDesc[15] = "beginning value of a periodic withdrawal, and generate an amortization table with the ability to generate and print a report. Time Value of Money also includes a monthly calendar, and a shortcut to the Windows calculator."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }