var fDesc=new Array(); fDesc[1] = "of alternative e-commerce and travel vendors for other offers, and displaying them alongside any shopping or travel website."; fDesc[2] = "each of the five prescribed prayers. It can be fully customized to our preferences. It lets us select audio and images, set reminders, select our location from the list provided, see the Quiblah direction, etc."; fDesc[3] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking."; fDesc[4] = "money by making your inkjet cartridges last longer, up to 400%."; fDesc[5] = "unrivalled gameplay, Snooker147 is the ultimate top-down Snooker simulation for Win95/NT. (Poolster is the pool variant.) In ad..."; fDesc[6] = "spending habits, record expenses, transfer among accounts and do on-line banking."; fDesc[7] = "month / year according to the settings. We can specify the price per unit of our electricity tariff, and it will automatically calculate all the savings we would make depending on the setting of high / low power usage."; fDesc[8] = "planispheric astrolabes. It contains a database with more than 2500 locations, but you can add manually a location by entering its latitude and longitude. Sundials can be calculated and printed at scale 1:1."; fDesc[9] = "possible, which can considerably decrease web page download times, save on disk space and reduce bandwidth charges."; fDesc[10] = "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[11] = ", Retirement Analysis, Personal Budgeting, Investment and Savings calculations, Future & Residual Value calculations, and much more."; fDesc[13] = "introducing variables that include initial balance, periodic payments, interest of your investments, start and end dates so you can have an idea of the amount of money you can save with certain behavior."; fDesc[14] = "Continually updated since 1995. Are you saving enough for retirement? This software will tell you."; 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 = '...'; } }