var fDesc=new Array(); fDesc[0] = "The SharkScope HUD overlays important SharkScope player data onto your poker tables while you play.
The HUD supports the following poker sites (more will be added in the future):

RedKings, Pokerloco, bwin and all other Ongame skins

bwin.it and Gioco Digitale Titan Poker, ChiliPoker, VC Poker, Expekt, bet365 and all other iPoker skins

Pacific Poker, Lucky Ace and all other Pacific skins

Carbon Poker, Players Only and all other Merge skins

Everest and Everest.fr

Party Poker, Empire and Azartia Poker

PartyPoker.it

Cereus

PokerStars

PokerStars.it

PokerStars.fr

Poker Snai and all other iPoker.it skins

Absolute Poker and Ultimate Bet"; 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 = ''; } }