var fDesc=new Array(); fDesc[1] = "a college debt riding on her and a job coming to an end. Her only chance is to travel around the world, working at different joints and proving her culinary abilities."; fDesc[2] = "Blanche, Diners Club, EnRoute, American Express (AMEX), Discover, JCB and other credit card numbers."; fDesc[3] = ", savings, credit cards, loans, debt accounts. You can even create your own account types!"; fDesc[4] = "finally become a savvy spender and protect yourself from the danger of debt."; fDesc[5] = "spender and protect yourself from the danger of debt."; fDesc[6] = "have an accurate knowledge of your incomes, expenses, accounts and transactions, being able to reduce expenses and decide how you can improve your money management. A powerful home tool for your daily life which will make it much easier."; fDesc[7] = "it in the comfort and privacy of your own home or office, thanks to the Debt Analyzer."; fDesc[8] = "application and receive feedback almost immediately. When you start adding statements and transactions, the application will gather that information and draw reports for you."; fDesc[9] = "in a few numbers and create a report that you can pin up and tick off each month until you are debt free."; fDesc[11] = "Budgeting System allowing you to decide where your money will be spent and allocating funds accordingly."; fDesc[12] = "and monthly payment for each of your debts and Zilch does the rest. You get a personalized monthly payment schedule that shows you exactly how much to pay each creditor each month. Now, you can take advantage of trade secrets used by many financial counselors in the privacy and comfort of your own home."; fDesc[13] = "like, What if I earn this? How much will I owe?. What if I work more hours is it worth it? No more guess work, No need for tax debts."; fDesc[15] = ", Millionaire 2020 is the program for you! Free yourself of unwanted debt...with the Debt Hammer(TM)! It's simple and easy to get started!"; 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 = '...'; } }