var fDesc=new Array(); fDesc[1] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify."; fDesc[2] = "of all ages. This tool has a real time European City feel along with various views for the driver to ensure the 360-degree real experience with all those big trucks."; fDesc[3] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08. The first one that you will notice is \"represent your country.\""; fDesc[4] = "landmark in the map. There is a world map, where you can zoom in. All the road and rail routes of the United States is marked in it. There is a Euro version of AutoRoute too where you will get the whole of Europe. Anyway it is not available for Asia, Africa or other Ameriacan Places."; fDesc[5] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles.The first one that you will notice is \"represent your country,\" which allows you to pick a country and start a sort of identity online."; fDesc[6] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08."; fDesc[7] = "to another currency. currency converter allow you to convert an amount within two simple click. Free Currencuy converter allow to convert from and to euro, yen, usd, gbp and many other currencies with a real time exchange value. Easy usage. For example: enter eur to usd or uds to eur or yen euro or gbp eur to obtain the initial ammount converted for free in realtime."; fDesc[8] = "currencies. A quick pocket calculator is integrated. Just mimimize AB-Euro to a small icon in your task bar. Automatic rates update via internet."; fDesc[9] = "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[10] = "tab delimited text file, and many more..."; fDesc[11] = "spreadsheet interface and translucent skins. Calculator and euro conversion functionality never expire (freeware)."; fDesc[12] = "software, enter your amount and the conversion is done."; fDesc[14] = "limited to Euro Area (Euroland) currencies with fixed change but can also convert many other world currencies and update their changes from internet. Euro Converter is a very flexible application and permit to personalize the currencies list adding other currencies. Plus many options are available to specify number rounding rules and simplify input of data. It's designed with a compact and functional interface that minimize the footprint on desktop. Available in English, Italian, French and German."; fDesc[15] = "the configured currencies are updated from the Internet."; 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 = '...'; } }