var fDesc=new Array(); fDesc[0] = "The game is played with 52 playing cards joker according to the general poker rules. Several progressive bonus functions offer fun without limits, e.g. Bonus 1-3 with trigger jackpot, arrows bonus with trigger payout.
All wins may be risked using the popular high/low gamble feature. This gamble feature offers half win, no lose with a seven, x3 with a joker and a card bonus trigger feature. Further options such as autoplay and autohold provide a relaxed gaming experience which is further supported by real Vegas sound effects."; 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 = ''; } }