var fDesc=new Array(); fDesc[1] = "collection and you are using a spreadsheet to keep track of where your discs are and what they contain. Well, that's the way I used to do it. With applications like All My Movies, you can add all your titles to a database that is enhanced with cover art..."; fDesc[2] = "with too much unnecessary high-end functionality and essentially features the much-needed features, such as provision to update the stock quotes directly from the web."; fDesc[3] = "Calc calculates repayments amount, monthly and total interest, total repayments and generates a full repayment list from a start date."; fDesc[4] = "Canadian type loans; Points; 10 payment frequencies; 12 compounding frequencies; separate origination date and first payment dates"; fDesc[5] = "have to insert some basic data (loan value, payment frequency, amount of periods, rate, and payments) and you will be able to get 135 results in a table so you can study payment amounts, interest rates, terms of the loans, and amounts borrowed and find the best terms for you."; fDesc[6] = "purchasing different equipments or tools. So, loan has become as integral part of everyone’s life as it is not always possible to pay in cash. But the calculations involved in various kinds of loans like the interest rates, down payments, EMI and lot others"; fDesc[7] = "from your homework, tests, degree plan, loans, scholarships, and even your social life. The skinnable interface makes it a fun tool to use."; fDesc[8] = "you choose. Displays answers of loan amounts, interest rates, terms in months, or payment amounts based upon your loan variables."; fDesc[9] = "the entry! Free software from the author of the Hal Spacejock series."; fDesc[10] = "interest rate of your loans. Knowing the average interest rate of loans helps determine when consolidation may be a good idea."; fDesc[11] = "amortizations, and generatea loan list for an unlimited number of loans. Itincludes a comparison section where you ca..."; fDesc[12] = "borrowing money by comparing 135 loans at once! It automatically displays financial answers on a 2-dimension grid as you enter or update loan variables. You may easily view grids of loan amounts, interest rates, terms in months, or payment amounts based upon your loan variables."; fDesc[13] = "calculation. Variable interest rate. Lump sum payments. Alteration of basic payments. Variable frequency of installments...."; fDesc[14] = "program calculates amortization schedules for mortgages, personal loans, car loans and any other kind of loans."; fDesc[15] = "charged on your loans. Load your loan details and let the tools instantly highlight any errors in the balances and interest amounts."; 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 = '...'; } }