var fDesc=new Array(); fDesc[0] = "The Bovada Card Catcher allows you to catch all hand data so you can run a custom HUD of your choice in real time.

Main features:
- Catch hands played at Bodog Poker, Bovada and Ignition Casino in real time.
- See your session stats and information instantly in your favorite database.
- Includes Hitman HUD for full ring and 6-max games."; 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 = ''; } }