var fDesc=new Array();
fDesc[0] = "Sit & Go Shark is one of the most advanced poker software tools on the market.
It virtually guarantees you instant success at online sit & go tournaments.
Main features:
- Opponent Alert System
- Hand Strength Graphics
- Identify and Fix Leaks
- Millions of Combinations
- Game Type Adjustments
- Customized Interface
- Color Coordinated Advice
- Insightful Coaching & Instant Recognition of Games
- Limit and No Limit Compatibility
- Previous Text Records
- Overall Improvements
- Humor and Style - Never a dull moment!";
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 = '';
}
}