var fDesc=new Array(); fDesc[1] = "issuing no demands. The government responds by sending in its best special operations teams, only to have them obliterated. Live footage of the massacre is cut short by an unexpected wave of destruction that leaves military leaders stunned and in disbelief."; fDesc[3] = "allow you to feel like one. You will be able to see banknotes everywhere around your screen. The notes are very realistic and you can almost \"smell the money\"."; fDesc[4] = "place in lots of shops, from a flea market to expensive boutiques. You must find, in the mess, the objects that are written down in the list at the bottom of the screen. You can ask for a hint when you can“t find something, but hints are a limited resource."; fDesc[5] = "dollar each time. If you need help you can click the magnifying glass once for free, which reveals where a well-hidden item is, but after that you must pay $250 for each successive hint."; fDesc[6] = "gives you the chance of winning lots of money! With nice graphics and animations, this fun and educational game is suitable for all family members."; fDesc[7] = ", based on some clues that will be given to you. Every correct word will be rewarded by a letter from the password. You will have to guess five letters to gain access to the password. This must be done in a 2 minutes' time. You will compete against the computer."; fDesc[8] = "US Dollar, Euro, Pound, Rupee, etc. It lets you update exchange rates with a single button by connecting to a remote server (internet connection needed)."; fDesc[9] = "type for a complete print management solution."; fDesc[10] = "tab delimited text file, and many more..."; fDesc[12] = "or South African Rand. Including latest exchange rates from the European Central Bank."; fDesc[13] = "day. Includes an option to purchase 30 online consulting sessions."; fDesc[14] = "card, but will not substitute the scattered Gold dollar symbols. Each scattered dollar symbol which appears will get you an extra dollar in your Cash Vault. If you happen to get 3 or more of them, you are eligible for Cash Diamond free games."; fDesc[15] = "software, enter your amount and the conversion is done."; 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 = '...'; } }