var fDesc=new Array(); fDesc[0] = "A unique system where it's impossible for player actions to influence the cards, it's impossible to predict future cards and as all the shuffled data is sent along a secure, encrypted line, it is impossible to intercept card data
Hole cards are only visible to the players that hold them. Even our floor manager cannot see what you are holding until the game is finished. The design is simple and therefore failsafe. The “black box” shuffler is itself set within a totally secure system."; 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 = ''; } }