var fDesc=new Array(); fDesc[1] = "in the same Excel file or two different Excel files. Excel 2000 or higher required."; fDesc[2] = "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[3] = "severe or they are in danger. Mind that the refuge must be safe enough whatever happens in the eternal ice."; fDesc[4] = "different Access files. Access 2000 or higher required."; fDesc[5] = "calculation. Variable interest rate. Lump sum payments. Alteration of basic payments. Variable frequency of installments...."; fDesc[6] = "altered but a new table is created with the results."; fDesc[7] = "created with the results. MS Access 2000 or higher required."; fDesc[8] = "identical levels! It's time for Serious Space Invaders! You'll piss yourself from all the action."; fDesc[9] = "pass a set of levels. You need to gather all the diamonds on each level. There are also bonuses to pick up and monsters to avoid. A game level is a lump of stairs with various secrets and numerous obstacles. The game character is a ball able to jump over one or two steps."; fDesc[10] = "the basic concept behind this search facility, to help you find good and solid information about reverse mortgages"; fDesc[11] = "higher required."; fDesc[12] = "witch transforms an image to another image. The famous movie 'Terminator 2' uses morphing in the scene of metamorphosis metal lump to human body. You can not create these advanced digital movies using 'Morpher', but you can simulate a child face from images of husband and wife."; 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 = '...'; } }