var fDesc=new Array(); fDesc[0] = "Skillride.com offers one of the most extensive selections of fun play poker on the internet. The game selection includes side games and tournaments for the following games:

- Texas Hold'em Poker
- Omaha Hi Poker
- Omaha HiLo Poker
- Stud Hi Poker
- Stud HiLo Poker
- Draw Poker
- Badugi Poker

All games follow standard poker rules and conventions."; 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 = ''; } }