var fDesc=new Array(); fDesc[0] = "South Point Poker is the exclusive online poker room of the South Point Hotel, Casino & Spa in Las Vegas, Nevada. Our aim is to provide all poker fans a free online destination to play and to learn poker. Players can win up to $100K in cash and prizes every month, and your wins are 100% guaranteed by the South Point Casino. Please have fun at the tables and enjoy your time at South Point 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 = ''; } }