var fDesc=new Array(); fDesc[0] = "Poker Castle is giving you a chance to win WSOP Main Event seats! Play in qualifying Satellites, Super-Satellites and STEP Tournaments and win your way to Vegas along with $1K just for showing up! Once you're there, the longer you stay in, the bigger the bonus! In fact, if you make it all the way to the final table, you could win up to $1 Million! Learn more about this once-in-a-lifetime poker opportunity 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 = ''; } }