var fDesc=new Array(); fDesc[0] = "Before you get excited, this is not a tutorial on Hold'em, It's a Game! The Sidewinders you are going to play are not Pros either.

However, to hold your interest any or all of them may change playing styles from game to game.

You can't lose anything here but your nerve! To help you relax we'll provide great graphics, background sounds of country music loops, rain, thunder and sometimes a call from the local wildlife."; 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 = ''; } }