var fDesc=new Array(); fDesc[0] = "Balkan Texas is poker client which allows you to play online poker. The objective of poker is to win pots, where a pot is the sum of money bet by oneself and other players in a hand. A pot is won by player who is able to form the best five-card poker hand, using any combination of Two Hole cards and Five Community Cards."; 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 = ''; } }