var fDesc=new Array(); fDesc[0] = "Play chess against your computer using Mayura Chess Board. Attractive graphics combined with a powerful chess engine makes Mayura Chess Board one of the best programs for playing chess on Windows PCs. Beginner, intermediate and expert levels of play are supported. Beginners will find plenty of assistance: Mayura Chess Board can optionally highlight squares to which a piece can be moved, and highlight undefended and attacked pieces. Expert players will be challenged by the included powerful chess engine. Players at all levels will appreciate features such as animated piece movement, arrow to indicate last computer move, unlimited undo/redo, and other ease-of-use enhancements.

Features:
- Modern graphics.
- .NET 2.0 based, à la mode user interface.
- Animated piece movement.
- Arrow highlights last computer move.
- Displays captured pieces. The piece just captured is highlighted with a red glow.
- Unlimited undo/redo.
- Can highlight undefended and/or attacked pieces.
- Save, open, copy and paste positions in FEN format.
- Professional time control.
- Move history display.
- You can ask the computer for a hint.
- You can type in moves. (Useful when reading books on chess.)
- Browse PGN game databases and replay games.
- Supports Recursive Annotation Variations.
- Use the included chess engine or download any UCI chess engine.
- Setup program and uninstall included."; 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 = ''; } }