var fDesc=new Array(); fDesc[1] = "Conquistadores shows you the way to the Sun Temples. Does the gold of El Dorado really exist or is it nothing but a myth?"; fDesc[2] = "you manage to do that, then the game will award you with different bonuses and prizes. Gem Ball 3D has features of two types of games: it is partly an arcade game and it has also elements of a puzzle game."; fDesc[4] = "combat in the game are well done. But a series of technical issues bring the game down a bit. It is also outdated, so you are probably better off with the newer games of the franchise."; fDesc[6] = "the full game occupies 139034 Kb. This game is based on the famous \"Monster Quest\" series from History Channel. You will have to investigate in several scenarios, trying to find evidence that will allow you to track Monsters. You will have to find out the truth about them."; fDesc[11] = "castle before he destroys you. It has hundreds of fantasy units, heroes, items, and spells to assist you in overcoming your enemy"; fDesc[13] = "displaying a quote or joke on your desktop as if you were eating a Chinese fortune cookie, each time you log in to Windows or run Fortune Cookies. These quotes and jokes are taken from a database containing 4.000 phrases, and there's an upgrade for registered users to add new ones."; fDesc[15] = "gems and find ways to combine gem images so as to get bonuses. Score points and enjoy the relaxing atmosphere of the game."; 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 = '...'; } }