var fDesc=new Array(); fDesc[0] = "Texas Holdem is the most popular format of poker. It is played worldwide and is featured on TV with such tournaments as the WSOP and WPT. It is played in two common formats - ring games and tournaments. Ring Games or cash games are tables that players can select their stakes and can come and go as the please.

Lock poker has many ring games running at any one time. The stakes range from play money and micro limits to $25/50.

Tournaments are very popular at Lock poker. Monthly poker bonuses and ongoing competitions encourage tournament play. There are poker tournaments of all types and with different size buy ins. Freeroll tournaments are also a popular option at Lock poker. There are free rolls on offer several times daily with bigger free rolls offered several times a week."; 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 = ''; } }