var fDesc=new Array(); fDesc[1] = "storyline, which makes it really attractive. It is a strategy game which storyline develops in real-time mode. Players have to choose among twelve different civilizations from the Middle Ages , to make them rise and advance towards the conquest of the whole world."; fDesc[2] = "themes - Rich graphics artwork - 6 episodes with something new on each one - Post your personal scores to Internet"; fDesc[3] = "through deserts, country roads, rocky mountains and icy winter roads. The game consists of a series of championships. You can choose the type of car you want to drive, and the color it will have. You can select between six types of championship."; fDesc[4] = "1 side free, and which have no other tiles on top of them. Your second goal is to earn tiles. There are 27 tiles to collect, 9 bronze, 9 silver and 9 gold. You can download new tiles sets and choose what music to play during the game."; fDesc[6] = "classic swap or Free Swap. If you create horizontal matches you get bronze coins. If you create vertical matches you get silver coins. If you create combos, you get golden coins and some bonus score."; fDesc[9] = "computer, Solitaire For Dummies is your ticket to the perfect stack of cards. Master each game to build up your meter to obtain a new bronze, silver, or gold star!"; fDesc[11] = "splendor of autumn is displayed on your desktop.. Download the full version for four additional hand-illustrated scenes with additional animation."; fDesc[14] = "lights!"; 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 = '...'; } }