var fDesc=new Array(); fDesc[0] = "KChess Elite is one of the most powerful chess program, allowing you to take complete control of your chess game. It is ideal for casual players, children learning to play chess, and anyone wanting to improve their game.

KChess Elite has lots of features to help you play better chess. See the pieces that have been taken, where pieces can move, who can take what, which move the computer recommends, the name of the opening (from the Encyclopaedia of Chess Openings), a narration about the relative strength and position of both players, whether checkmate is inevitable, and more. An arrow highlights the last move so you can see clearly what has happened. Set the board to a specific layout, rotate it, enlarge it, change the set of pieces, and even add your own comments to a game."; 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 = ''; } }