var fDesc=new Array(); fDesc[0] = "Majestic Chess is a wonderful chess game that focuses on those new to the game and offers an innovative and fun 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. Moreover, you can choose between fully 3D boards, 2D boards, and fixed-perspective boards in a great variety of styles. The fixed-perspective board is chosen by selecting different environments that include a dungeon, a beautiful temple with dim lights, the ruins of a coliseum, among many others. You can also select from 24 opponents with different skills ranging from beginners to masters in the game. In the game you travel across maps that are revealed gradually with each challenge. In short, the game is clearly not for advanced or serious player, but for beginners, especially for the great variety of tutorials which offer the best way to introduce a kid to the fantastic game of chess. It supports Windows® 98/Me/2000/XP."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }