var fDesc=new Array(); fDesc[1] = "you have to throw balls with a given color to groups of two or more balls with the same color, making them disappear before they reach a hole located near the center of the screen."; fDesc[2] = "very fun filled game which one could play for hours and hours without getting bored. Its also a NO AGE LIMIT game so every one from a kid to grand pa can enjoy it."; fDesc[3] = "characters and excellent detailed 3D environments. The game comes with a step-by-step tutorial for first time players."; fDesc[4] = "increase your magic level, you will be able to use spells . It features three game modes: strategy, action, and time trial."; fDesc[5] = ", in around 20 missions and two game-play modes. With good graphics and sounds that complement the game-play, this game is very complete. But a price tag that high is bound to make your wallet think a bit about the game."; fDesc[6] = ", the game features several game-play modes and a huge amount of maps. The game is fast-paced, fun and stable, which is always a great combination. It is also free, so you must definitely try it."; fDesc[7] = "ready for amazingly realistic 3-D billiards featuring nine different play modes including Cutthroat, 8 Ball, and 9 Ball. Test your skills with pre-set trick shots or play against the computer or a friend."; fDesc[8] = "houses. You´ll need to impress the judge and win so that your house appears in Superstar Homes magazine. The game has two play modes: Career and Sunnyville Tour. Players cannot access Sunnyville Tour until they complete the game in Career Mode."; fDesc[9] = "and participate in international tournaments. In order to play with this game, you´ll need to create an account at http://tennis.gamigo.c om/, giving your desired user name, your e-mail address, a password and accepting the terms."; fDesc[10] = "identical symbols twisting horizontally or vertically two adjacent items, forming groups that will vanish, leaving the space they occupy free."; fDesc[11] = "clever soundtrack. Play through over 29 brain-teasing levels or choose your favorite variation in this entertaining new solitaire challenge!"; fDesc[12] = "multiple characters, levels, and footbags to win trophies, experience, and abilitiesIncludes an editor for making your own footbags and adding new character skins."; fDesc[13] = "objective of the game is linking the words to reveal the phrase. The complexity and challenge of the game is the words also have to be built using letters. The word built or linked leads to identification of the first letter occurrence in the phrase."; fDesc[14] = "music. It integrates multiple game play modes including Freestyle Challenge and Tournament allowing the user to shoot for the highest score the highest level or can just play for fun."; fDesc[15] = "modes such as shuffle, normal, category-wise listing and the likes of them, which also have certain additional options; and this application comes along with the facilities to skip particular portions of a file, or the entire file."; 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 = '...'; } }