var fDesc=new Array(); fDesc[0] = "Poker Shortcuts is a program that provides over 100 useful aids for playing on Full Tilt Poker and Poker Stars poker tables. You can define keys or mouse buttons to perform many common tasks with ease.

Features:

- Street Betting: You can define default bet sizes for each Street (preflop, flop, turn, and river). Based on a percentage of the pot, these bet amounts can be automatically put in the betting window when it is your turn to act. If your default bet size is not quite right in the current situation, you can make slight adjustments to your bet using your mouse wheel (see the Inc/Dec Bet tab).

- Fixed Betting: Press one of 5 keys to place a user selectable bet size (based on a percentage of the pot, number of big blinds, number of small blinds, or an absolute $ amount). These 5 keys can be pressed 1, 2 or 3 times, giving you 15 different bet sizes (with each bet amount configurable). Additionally you can define keys for a Pot size bet or an All In bet. Being able to press one key or mouse button to make common size bet makes playing on multiple tables quick and less stressful.

- Incremental Betting: The mouse wheel (or any 2 keys or buttons) can be used to increment and decrement the size of your bet in increments of the small blind, big blind, dollars, or percentage of the pot. This makes adjusting you bet size very easy as you never have to type in a bet value... you simply adjust you bet using the mouse wheel or 2 keyboard keys.

- Betting Displays: A bet display clearly shows your bet size in dollars and/or percentage of the pot. You can easily scroll the mouse wheel (or press keys) to set your bet to desired percentage of the pot size to make your bet. These displays can be customized to show the information exactly as you want (screen position, font, color, text, etc.)"; 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 = ''; } }