var fDesc=new Array(); fDesc[0] = "Start enjoying over 180 of the best online casino games around in a matter of minutes! You'll get it all with various versions of Blackjack, Roulette and Video Poker, as well as an incredible selection of both Classic and Video Slots. A bunch of slot games have great Bonus Rounds, not to mention stunning Rapid Fire Jackpot and Progressive Jackpot Slots, so why not give them a try today!"; 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 = ''; } }