var fDesc=new Array(); fDesc[1] = "millions of possible combinations! You can also play matching-games type with funny tile sets."; fDesc[2] = "The candy-eye graphics and enchanted sounds are key components, and their mystic nature will calm and sooth a rough day."; fDesc[4] = "listening to music. With features like \"shadows\" and \"3D\" play, the only challenge comes from the game itself."; fDesc[5] = "You can improve your ship configuration by installing new weapons, defensive systems, and power stations."; fDesc[6] = "your draws on java application (JRE) or applet."; fDesc[8] = "must use drills and hammers to break horizontals layers, picks and scoop to breaks verticals layers and to dig the breakable tiles to reach Gold, grab the gold and get to the exit."; fDesc[9] = "rearranges the playing field to direct pieces as they fall, grouping pieces of similar colors to eliminate them and advance to the next level."; fDesc[10] = "unique rider with rider editor. Share your tracks and riders with your friends."; fDesc[12] = "characters and plot twists. A contemplative approach is needed to progress through over 350 devious rooms."; fDesc[13] = "varieties of puzzles from classic crossword to amazing Japanese puzzles. It includes a comprehensive help file that describes all the available puzzles and how to play them, so you can choose the best for you."; fDesc[14] = ", several levels of difficulty, controllable objects, light & shadow calculation, edge-antialiasing and many maps for long fun gameplay."; fDesc[15] = ", music, backdrop, etc."; fDesc[16] = "to survive trough challenging levels before your energy bar runs out. There is no luck involved, Its all up to your motion and concentration!"; fDesc[17] = "gameplay and strategies. You can create your own levels which suite your taste and skills!"; fDesc[18] = "eat the apples to gain points. You die by running into a wall, or running into yourself."; fDesc[19] = "tile layouts or step up to the 'towers', with up to 432 tiles and up to nine levels tall."; fDesc[20] = "Racing!"; 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 = '...'; } }