var fDesc=new Array(); fDesc[0] = "Two different Yahtzee games. Play against friends or the computer. Intuitive and easy to use interface. No time-limit pressure.
Enjoy two spectacular versions of the old family favorite, Yahtzee! In Maxi Dice you can enjoy both normal Yahtzee, and the unique Maxi Yatzy, a game with six dice and more categories to put points in."; 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 = ''; } }