var fDesc=new Array(); fDesc[1] = ", Casino, Arcade, etc. All you have to do is choose your game, download it and start playing! Besides, RealArcade helps you to easily access games installed in your PC. Download RealArcade and enjoy playing for hours."; fDesc[2] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter)."; fDesc[3] = "will get. Each letter will have a number on it that will indicate the number of points you will get by getting that word. This game is very funny and entertaining."; fDesc[4] = "wielding hand at two exciting modes: Speed and Strategy. Don't let the list of words reach the top in Speed mode. Take your time to plan each move in Strategy mode."; fDesc[5] = "on the screen. You can join the letters regardless of the place where they are located. The most letters you use to get a word the most points you will get."; fDesc[6] = "fans of word games. Including the amazing “Boggle Blast” mode, Boggle Supreme has been packed with lots of great features such as a new computer player called Betty who will teach you the game and also challenge you!"; fDesc[7] = "letters, and instead of creating pairs as in a regular Mah Jong game, here you will have to spell words with the available letters in the board."; fDesc[8] = "clicking on them or typing them with the keyboard. You´ll get more points for longer words.Once you finish forming a word, press the \"Submit\" button or the Enter key. If the program recognizes the word as valid, the \"Submit\" button will change its color."; fDesc[9] = "think and keep you up playing and learning for a long time. There are two different modes to play. The twister mode or the quizzler mode. The twister mode will show you a sentence with a blank space you will have to complete with the letters it shows you."; fDesc[10] = "guesses. The game includes 8,000 words and phrases arranged into several categories that go from TV shows and music, to History and Literature. HangAroo is very entertaining, and a really good pastime for adults and kids as well."; fDesc[11] = "Classic, Word, Math and Shuffle Mah Jong. The tiles can be presented in 6 different layouts. In the registered version you'll be able to create your own layouts!"; fDesc[12] = "librarian collect lost books and organize the scientific library. It is a good chance to exercise our minds in our spare time. If you are a fan of word games, you cannot miss Bookstories."; fDesc[13] = "solitaire word games. You will have to get letters together, getting words to get points and pass to the next levels. The game has got over fifty thousand words."; fDesc[14] = "least three letters long and the blocks can be joined horizontally, vertically and diagonally. Every time you make a word, the letter blocks used disappear making the blocks above, fall down."; fDesc[15] = "word in a given number of tries, depending on the word length. The general play of this game is very similar to that of the Hangman, but in Word Dummy, we became a Dummy if we loose."; 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 = '...'; } }