var fDesc=new Array(); fDesc[0] = "Tag a dice is a multi-player dice game where players take turns rolling dice trying to "tag" each category with the most points.

Exciting and fast dice game where you take risks trying to get a high score.

Now with 6 dice game option!

On your turn, you can roll the dice as long as you roll scoring dice.

But better end your turn before you don't roll any scoring dice or you will lose the points that turn."; 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 = ''; } }