var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions."; fDesc[3] = "becoming the best tactical shooter out there, and until a couple of years ago, it was the best. Now it is just a great tactical first person shooter. The game puts you on command of a tactical squad of elite police officers."; fDesc[4] = "with according to their interest. The first option is Challenge; the player will have to complete the required poker hands displayed in the box of the screen before the cards run out. The player will receive an extra bonus for each card and time remaining."; fDesc[5] = "format. It supports a wide range of DVD formats and creates an interest in the users to gather the available memoirs to meaningful collection of images. The movie can also have audio suitable for the occasion or event integrated with titles"; fDesc[6] = "period. Selectable compounding period, selectable calculation method, nice printouts, help. www.mw-plus.com/dic.ht ml"; fDesc[7] = "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[8] = ", car or business accounts, the Markosoft Interest Calculator program will help you to work them out. With this handy application, originally developed for accountants and bookkeepers, you can calculate payment amounts and the length of your loans."; fDesc[10] = "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[11] = "you choose. Displays answers of loan amounts, interest rates, terms in months, or payment amounts based upon your loan variables."; fDesc[12] = "of your loans, mortgage, and its interest rates. The program features a simple and intuitive user interface that ensures that anyone can understand it and take the greatest advantage of it."; fDesc[13] = "interest rate of your loans. Knowing the average interest rate of loans helps determine when consolidation may be a good idea."; fDesc[14] = ", length of loan, daily interest, and savings interest. The Interest Calculator can also be used to print or preview amortizations."; 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 = '...'; } }