var fDesc=new Array(); fDesc[0] = "Championship Chess presents the classic game of strategy and wits with a host of great features for players of all skill levels! Switch between 2D and 3D modes to visualize your attack. See a list of all possible moves and keep a record of your choices. Pick your difficulty level and type of opponent, computer or human. It's easy to configure the game and board to fit your playing style! Plus, you'll enjoy intuitive and responsive gameplay from the famous Chess Tal game engine."; 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 = ''; } }