var fDesc=new Array(); fDesc[0] = "This version brings you new features, such as a nice wooden board with a 3D viewing option. It comes with some graphic improvements, new checker shapes and colors, many playing options and more intuitive mouse and keyboard commands. Three different game levels, from beginner to advanced, extend the fun and develop your playing skills!

Help page, statistics, recommended move, back move, Jacoby and Crawford rules, sound effects, easy mouse based interface, keyboard commands, pure random dice, doubling cube, are just a few of our game improvements. This version allows you to record an entire game and watch it later. Download and test it for free, with all options enabled, then send us your suggestions and thoughts by e-mail.

A game position editor is now available for the registered users, allowing you to load and test any backgammon position that can be imagined."; 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 = ''; } }