var fDesc=new Array(); fDesc[0] = "DiceVenture lets you play the fastest casual board game with your friends and family. You can challenge players worldwide as you roll your way to victory. Chat, connect, and compete with global foes in a nail biting ranked play.

Over a dozen daring and dangerous fortune cards pave your path to destiny. Unique cards require quick thinking and strategy. Special Gold Fortune cards give you an extra edge that could lead you to victory."; 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 = ''; } }