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] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played."; fDesc[3] = "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[4] = "Faerie Queen’s Magic Jewels! Cast magical spells to battle ruthless monsters and the forces of darkness in your quest to recover the Queen’s glittering treasures!"; 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] = "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[7] = "out of boxes! Align dazzling colorful jewels to break them out of their sturdy gold boxes. This mesmerizing game will make you a hammer-wielding, jewel-smashing enthusiast before you know it. Features 150 levels of jewel matching madness!"; fDesc[8] = "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[9] = "gems to similar groups to clear them and let your fairy friends free. This game is a great adventure in a magic world where time will challenge your speed and ability for shooting."; 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] = "same colour. This can be done by shifting a jewel with any of the others that surround it. Bejeweled also have 2 game modes: Normal Mode and Time mode."; fDesc[13] = "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[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] = "into what we could call “levels” or “missions”. With a wonderful interface and a warm music you enter into a welcoming atmosphere while playing this puzzle game, achieving its main goal: to entertain you."; 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 = '...'; } }