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] = "includes downpayment savings calculator, mortgage qualifier, an amortizattion calculater, and more. Also includes forms and information for home inspection, to do lists, and a home buyer's glossary."; fDesc[4] = ", car or business accounts, the Markosoft Interest Calculator program will help you to work them out. With this handy application, originally developed for accountants and bookkeepers, you can calculate payment amounts and the length of your loans."; 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[6] = ", biweekly, Canadian, and more. Animated 3D graphs, 'rich text' notes, customized printouts, discount points breakeven, much more."; fDesc[7] = "payments ... provisions for penalty or late fees, additional principal, apply escrow taxes and or insurance payments received and disbursed."; fDesc[8] = "loans. It also accommodates actual date and payment amount tracking. Fiscal year selection and manual amortization"; fDesc[9] = "winning financial application helping you create superb loan schedules and loan output data. Install /Uninstall"; fDesc[10] = "compound interest. Solves for present value, future value, periodic payment or deposit, number of periods and interest rates. Create amortization sc..."; fDesc[11] = "financial application helping you create superb loan schedules and loan output data. Install/Uninstall"; fDesc[12] = "award winning financial application helping you create superb loan schedules and loan output data. Install/Uninstall"; fDesc[13] = "program calculates amortization schedules for mortgages, personal loans, car loans and any other kind of loans."; fDesc[14] = "and business use. This is an 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 = '...'; } }