var fDesc=new Array(); fDesc[1] = "exciting colorful graphics that keeps players wanting more. It is a great tool for people who want to practice their English vocabulary. It is based on the American TV show with the same name. The player can choose the characters appearance, including hair color and style."; fDesc[2] = "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[3] = "in the form of a Word Guess in which users can fill in the blank spaces with English alphabets. The game interface has been designed to have the look and feel of a casino environment."; fDesc[4] = "and complete all tasks to ensure the water falls flow freely again. Play 48 levels full of exciting word puzzles and be rewarded with beautiful sights."; fDesc[5] = "own words and quickly upload interactive puzzles to the web for people to solve."; fDesc[6] = "choose not only your name as a player, but your look too. You’ll be asked to choose your skin color, hair color, hair style and clothes style. Also, the game will ask you whether you use glasses. Try this game for 60 minutes before you buy the licensed version"; fDesc[7] = "can either type or click the letters to move them to the back row shown in the screen and make words. Word Whomp to Go has 3 word-twisting game modes: Classic, Puzzle, and Action Mode. You can try this game for 60 minutes before you buy the licensed version."; fDesc[8] = "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."; fDesc[9] = "spelling with this excellent program. The aim of the game is to build as many words as we can in the least possible time, from a provided set of six letters."; fDesc[10] = "features an unattractive and simple user interface which can be used by anyone. You can not only solve hundreds of puzzles and crosswords, but also create your own ones using the amazing builders."; fDesc[11] = "search fun and motivation to their regular lessons in any subject area. Word Search Factory Lite is designed to help you quickly and easily create professional looking word search puzzles to provide your students with the extra vocabulary and spelling practice they need in a format that they find enjoyable. Select from a wide variety of configuration options for your word search puzzle that will make it suitable for students of any age. Then simply print as many copies of the puzzle as you require, along with the automatic answer key, and watch your students dig in! Word Search Factory Lite employs the latest in design environment functionality. All of the important settings and design elements are at your finger tips in flexible window panes that can be adjusted to suit your work style. See exactly what your word search will look like on the printed page as you design it. You can even..."; fDesc[12] = ", scrambles and word searches. The application automates the creation process, so all you have to do is make a list of words that will be used in logical puzzles. The program has a very simple and easy-to-use interface."; fDesc[13] = "interface to add words to the database for use in the word puzzle. The program generates a grid of random words arranged in a particular sequence initially as a preview to the user."; fDesc[14] = "have to connect two words by means of intermediate expressions. The idea is to fill in those blank spaces with intermediate, valid words until you get to form the final word. Those who love word games will find it an enjoyable mental challenge."; fDesc[15] = "generate started puzzles that you have to finish with the letters given or start one from scratch. This will allow you to solve many word puzzles that are often found in magazines or newspapers and surprise your family or friends."; 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 = '...'; } }