var fDesc=new Array(); fDesc[0] = "The system now uses byes to enable all registered players to play the Heads-up tournament! Randomly selected players will be given a bye pass in the 1st round if the number of players registered is not to the power of 2.
Multi tabling has been made easier. First select your stake ranges and game types, then up to ten tables, using the new checkboxes in the table list. Now open all these selected tables simultaneously by clicking the new Join Tables button in the bottom right corner."; 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 = ''; } }