var fDesc=new Array(); fDesc[0] = "PokerVenus offers the most popular forms of poker. The basics of poker are simple. The object of the game is to win the pot - or the sum of money being wagered throughout the course of a game (minus the 'rake')Every poker game starts with some or all players putting a certain amount of money or chips into the pot. This initial obligatory bet, or fee, is called the “Ante” or “Blind”. An ante is when every player puts a fixed nominal percentage of the minimum stake into the pot - as is the case in Seven Card Stud."; 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 = ''; } }