var fDesc=new Array(); fDesc[1] = "give you lots of entertainment. Wreck your brain with this game! It is the most powerful chess simulator available on a personal computer."; fDesc[2] = "option among the great number of chess games available, and besides it has a freeware license. Try out this challenging strategy game, against another player or vs the computer!"; fDesc[3] = "game you can select to learn, to practice and solve some puzzle moves and to challenge other players and opponents. In this game you can select many opponents with different abilities."; fDesc[4] = "for our player. When we open the program we can find a window and in it we can select the tutorial button, the new game, exit or upgrade it. In the Tutorial we can read and learn how to play with this program our favorite game Chess."; fDesc[5] = "best. It has a collection of \"players\" or the playing styles arranged in order of their rating. All the Grandmasters are in the list. If we win a game, our rating increases and vice versa."; fDesc[7] = "Playchess.com. It won't require a registration, which means that you can simply download the client and start playing as a guest. Once inside the application, the main GUI is divided by tabs in Players, Games and World."; fDesc[8] = "play online, you will need to obtain a name and password by registering free in the ICC site. The program offers a link to do that. They will give you a seven days membership. You will need to pay if you want to extend it later."; fDesc[9] = "you the feel of playing in fog, or over mountains, or at sea. The enchanting effects and eye-catching graphics make this game addictive. The display of the game is in two languages, English and French."; fDesc[10] = "Master Chess engine. You can play with the white or black pieces. You can even rotate the board at anytime. The game will annotate every move in a box in the bottom right."; fDesc[11] = "chess with players all around the world, on an existing table, open a new one or join one of PlayE4 chess tournaments. You can play just for fun or for real money. The program (and the servers) allows to use 16 different languages to play."; fDesc[12] = "both with the computer and a human partner, analyse chess positions, and solve chess problems."; fDesc[13] = "Croatian, Dutch, English, French, German, Hungarian, Italian, Polish, Portuguese and Spanish. When you install the program, it will run a Configuration Wizard that will guide you through the task of setting up the utility."; fDesc[14] = "amazingly animated game. Literally destroy your enemies pieces, among which you will find orcs, mad dogs, golems, a wizard and a witch. Challenge your mind with this animated chess board game."; fDesc[15] = "way to learn how to play it. The game includes a great variety of 3D chess boards and nice pieces, great tutorials and the ability to play online against other people"; 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 = '...'; } }