var fDesc=new Array(); fDesc[1] = "entrancing play modes, explosive new gems, and dazzling special effects! Brilliant colors, incredibly smooth to play, good sound effects."; fDesc[2] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game."; fDesc[3] = "shape. The pieces will enter the screen from the right, and you will have to pick them using your mouse´s left button, rotate them if needed with the right button, and drop them in place with the left button, again."; fDesc[4] = "explosions. You have to join the same kind of jewels, as you do it, they will explode and in that way you will reach points. You will find a lot of precious stone such as ruby, emerald,amber and so on."; fDesc[5] = "fabled Golden Jewel Board. Uncover hidden jewels, and then use those jewels to complete your quest. While playing with a mysterious jewel board, their daughter Natalie unknowingly pops open a secret compartment..."; fDesc[6] = "match together relics from Ancient Egypt. Blue cells will disappear when you make a match over them. You must make all blue cells disappear to advance to the next level. When an artifact appears, you must move it to the bottom of the board, making matches."; fDesc[7] = "Jewel Island you will find a great game and entertainment. Match groups of 3 or more identical jewels to collect them. This game has different bonuses like probability stars and power up stars, among others. This game is a time challenge, be fast and finish your task before time is up."; fDesc[8] = "different directions so that you can get groups of three or more and destroy them before they reach their goal. The game is very easy to use, all you need to control the cannonballs is your mouse."; fDesc[9] = "to destroy them, but pay attention to the board as well, because the jewels you should be breaking are the ones that stand over dark spaces of it. Once the dark spaces in the board are gone, you will go to the next level."; fDesc[10] = "but pay attention to the spaces where they stand on, because in order to change levelS you will have to destroy the jewels over the golden spaces."; fDesc[11] = "enjoy this easy to play puzzle game where all you need for controlling your shotgun is your mouse and it´s buttons."; fDesc[12] = "by shifting a jewel with any of the others that surround it. Bejeweled 2 also have 4 game modes: Classic, Action, Puzzle and Endless. There are also some features as screensaver and stats which complete a great game."; fDesc[13] = ", Inc. you will play the role of a detective who has been hired to recover a number of stolen jewels from a well-know museum of Washington D.C."; fDesc[14] = "level of this game will increase your challenge and each puzzle will bring you more obstacles to find the exits. Match identical tiles to clear spaces in front of you and walk to the exit."; fDesc[15] = "pieces of the same color which are cleared from the board and new ones are added. This game also offers two modes: the Classic mode and the Quest mode."; 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 = '...'; } }