var fDesc=new Array(); fDesc[0] = "Poker Wingman is a poker odds calculator. It helps up your game by giving advice when you’re deciding to fold, call or raise. Poker Wingman is like a personal Texas holdem poker coach that gives you the red or green light as you play each hand.
Poker Wingman offers:
- Texas Holdem Poker Odds Calculator
- Free Texas holdem poker odds calculator
- Gives advice as you play online
- Use with play-money or real-money sites
- No need to open a new account or deposit funds with a poker room
- Odds calculator is great for rookies learning how to play
- Can upgrade to Pro at any time and activate extra cool features"; 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 = ''; } }