var fDesc=new Array(); fDesc[1] = "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[2] = ", short-answer, jumbled-sentence, crossword, matching/ordering and gap-fill exercises for the World Wide Web. Hot Potatoes is freeware, and you may use it for any purpose or project you like. It is not open-source."; fDesc[3] = "you create a crossword in a snap. You can create croswords from lists of related or unrelated words, and set the height and width of the final product. Also, you can print or save your crossword in several formats, including as a Web page."; fDesc[4] = "to the test your abilities and fast reflexes. You have to help a charming monkey to build and arrange an stable tower of numbered cans, faster than his contester and in a limited time amount of time."; fDesc[5] = "and very intuitive user interface that includes several window display preferences to suit you best. The application allows you to solve the entire crossword from once, as well as check or reveal a current letter, a selection only, and all letters."; fDesc[6] = "and friends, but also as educational tools for teachers and educators. Program's support for special characters makes it possible to create puzzles in a number of languages such as Chinese, Japanese, Arabic, etc."; fDesc[7] = "own words and quickly upload interactive puzzles to the web for people to solve."; fDesc[8] = "can play crosswords in the computer just like if you were playing on the paper. Same rules, same aspect, same all. You can access almost unlimited version of crosswords in one single place, the computer game."; fDesc[9] = "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[10] = "program includes several predefined crossword puzzles on subjects like History, Geography, Language, and so on. It also includes more than 50 predefined shapes, and the posibility of creating you own."; fDesc[11] = "reverse! That is to say, you are given the words, but what you need is to find the right place to make them fit in the crossword. Word Cross is really fun and addictive, and crossword fans will love it."; fDesc[12] = "three simple steps. First, you select the words that you wish to include in your crossword and the clues for that words. You can also import a list of words in TXT format to make it easier and faster."; fDesc[13] = "and exported in multiple formats and you can also import crosswords made in other programs. Also, you can print your crosswords customizing the preferences as you wish."; fDesc[14] = "and difficulties. And the best thing is that now it is totally free of charge what makes it even more attractive."; fDesc[15] = "the Crossword Compiler online applet, as well as XML puzzle files, \".puz\" files. You can donwload puzzles from webpages and open sample puzzles that come with the application including an American, barred, cryptic, Italian and some more."; 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 = '...'; } }