var fDesc=new Array(); fDesc[0] = "There is honesty control in all games for real money in our casino. Information that allows to make sure that received combinations are random and casino didn’t influence process of combinations occurrence is available on the screen at any moment of play. Moreover, player can influence process of combinations occurrence himself. For example, card decks used in card games are randomly shuffled by computer, but a player can cut the deck and, thus, influence on the cards that will be dealt.
All decks that are to be used in blackjack, pokers and video pokers, all sequences of symbols on reels of every slot game and also all numbers that should appear in roulette and keno are stored in file called publication. Every hour one new publication is created. Publication number and game (spin, deal, round) number are always shown in a game in the upper left or right corner. Each publication is stored in the archive protected by password."; 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 = ''; } }