var fDesc=new Array(); fDesc[0] = "You are invited to join the award winning Rey8 poker tables, the games are fast, exciting and the best poker experience available online today. The most popular games such as Texas Hold’em, Omaha, Omaha Hi-Lo and both 5 and 7 Card Stud are offered. There are exciting cash tables as well as lucrative tournaments for players at every skill level on the iPoker Network. This guarantees you a seat at a table at any time of the day or night to play the poker games of your choice. You can also play the jackpot Sit ‘n’ Go’s for a chance at huge prizes around the clock. We have Freerolls, so you can enjoy the game without playing with real money! You can qualify to attend exciting offline land based tournaments by playing on satellite tournaments. Who knows, you might find yourself in Vegas, Buenos Aires, Panama and other exciting cities around the world playing against the biggest names in poker!"; 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 = ''; } }