var fDesc=new Array(); fDesc[0] = "This application calculates the SAGE power index when you input your dealt cards and the blinds vs smallest stack. The application then decides what you should do from the small blind or the big blind. The SAGE system is very useful for heads-up play in the later stages of a Sit and Go tournament. If you win due to this application, I would appreciate it if you shared a tiny part of your wealth with me (pepimar@pandora.be)

The SAGE System is Copyright © 2005 by James Kittock and Lee Jones, and the terms SAGE System and "Are you SAGE?" are trademarks."; 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 = ''; } }