var fDesc=new Array(); fDesc[1] = "their objectives. This program have all what you need when talking about calculations. Download it and you wont regret , enjoy!"; fDesc[2] = "period. Selectable compounding period, selectable calculation method, nice printouts, help. www.mw-plus.com/dic.ht ml"; fDesc[3] = "Canadian type loans; Points; 10 payment frequencies; 12 compounding frequencies; separate origination date and first payment dates"; fDesc[4] = "money, interest rates, cash flow, and depreciation. Additionally, you can view, print, and save amortization schedules."; fDesc[6] = "estimate monthly expenses on your mortgage: interest payments, property taxes and private mortgage insurance."; fDesc[8] = "perfectly. Program takes into account all necessary factors and calculates bottom-line values for each project."; fDesc[10] = "for BEFORE you ever have to fill out a loan application."; fDesc[13] = "with client billing, time management, and can provide the information needed at tax time to justify a deduction for business use of your computer."; fDesc[14] = "each fiscal period. By completing these tasks at the time of the transaction, you will save time at year end..."; fDesc[15] = "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[16] = ", length of loan, daily interest, and savings interest. The Interest Calculator can also be used to print or preview amortizations."; fDesc[19] = "depreciation and amortization methods required for federal tax reporting are included in an easy to use calculator format. By filling in a few fields, the user can quickly produce a depreciation schedule for a fixed asset."; 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 = '...'; } }