var fDesc=new Array(); fDesc[0] = "Try our new versions of Texas Holdem as 3 Card Texas Holdem and more ! Easy deposits and Cashout options, Playwinpoker.com. Play on tables of your choice: Stakes as high as $100/200 to as low as $0.02/0.04 Check out our latest security features and the most exclusive player interaction options on the tables. With voice chat and webcam features on the tables, you can see and talk live with other players on the table. You could not have asked for better !! Have a problem or a query? Contact our 24/7 Customer Support team. We assure you of prompt and the best of customer service."; 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 = ''; } }