var fDesc=new Array(); fDesc[1] = "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[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] = "over 1200 different Crosswords. The collection guarantees entertainment for gamers of all ages. You can challenge your friends or family. You can also play by yourself and take the highest scores or against one of the charming CPU characters."; fDesc[4] = "them learn new words, improve spelling and have a great time doing so. As in the classic hangman, the game consists of completing the mysterious word, before we run out of guesses, otherwise the man will be hung."; fDesc[5] = "appealing. The game has a very attractive interface which has been designed in Flash, replacing the hangman silhouette by a pile of blocks of colors."; fDesc[6] = "execution. This game, apart from being really fun and exciting, is a good chance to build up vocabulary and improve spelling."; fDesc[7] = "Hangman. The object is to guess the word before you melt the snowman. You choose your letters from the colorful arrangement hanging from the clo..."; fDesc[8] = "play."; fDesc[9] = "for trivia questions, hangman, menus, and HTML, is an excellent tool for teachers, students, or anyone to use in f..."; fDesc[10] = "guess an offered word using a range of letters. The player has a limited number of attempts, when he/she misses a part of the hangman appears. When all parts of the hangman appears the player loses."; fDesc[11] = "vocabulary and spelling. It is appropriate for use in a classroom or at home."; fDesc[12] = "is an all-new variation of the popular and classic hangman game. It has been completely retouched till its details to make it even more irresistible!"; fDesc[15] = "reasoning, and a good vocabulary, you can race the clock solving Lexitron's puzzles."; 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 = '...'; } }