var fDesc=new Array(); fDesc[0] = "SnG Power Tools is a playing poker application that is not designed to tell you if you are winning, but to help you win. It teaches you the most important aspects of correct strategy by combining probability and tournament strategy concepts in an easy to use way. Instead of doing all of this work by hand, the program eliminates the tedium of performing the necessary calculations, giving you valuable insight into how to beat the games for a profit.

This tool helps you learn how and when to move all-in in the later stages of the game and understand the importance of variables such as chip stacks, blinds and overlays, position, prize structures, table image and opponent calling standards, tournament equity or hand matchups. At the same time, SnG Power Tools teaches you how to combine all of these variables in a quantitative way, how and when to attack defenseless short stacks, reviews your hand histories and learns where you have made pushing or folding mistakes."; 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 = ''; } }