var fDesc=new Array(); fDesc[0] = "Doropoker offers the most popular forms of poker. Check out the complete rules of poker to get all the details on how each game is played.
- Texas Hold'em is the easiest form of poker. The rules are simple and it provides you with good insight into the basics of poker.
- Omaha High are similar to Texas Hold'em, but you should have some experience in poker strategy.
- Omaha Hi/Lo is like Omaha but with a really cool twist.
- Seven Card Stud has the least in common with Texas Hold'em or Omaha. Requires the most concentration and awareness."; 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 = ''; } }