var fDesc=new Array(); fDesc[0] = "You're in for a treat when you try this fantastic implementation of the classic board game. Simulating the setting of a medieval pub, MVP Backgammon offers a challenge to beginning and intermediate players alike with three skill levels of opponents. And, if you would rather play against a human, MVP Backgammon Professional includes free unlimited access to Classic Entertainment Online, MVP's online gaming service.
The shareware version of this software is available for free download. If you like the game, feel free to purchase it. Otherwise, simply remove it from your computer."; 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 = ''; } }